0ad/source/lib/sysdep/win/whrt
janwas cc243f67eb fixes/improvements made at work:
- fix lots of 64-bit warnings
- round_up/down now templates
- avoid warning with definition of byte swap functions; remove
duplication of that in wsdl
- codec_zlib.cpp: avoid domination warning
- vfs/file_cache: VFS is now responsible for handling zero-length files
(no longer considered an error; just returns zero pointer and size=0)
- cpu: export all functions (thus obviating cpu_memcpy_thunk). this
required renaming asm functions and adding thunk functions that call
them
- winit: fix segment merge statement, reinstate /include (otherwise init
functions are stripped by linker)
- wstartup: VC CRT init section definitions have changed in amd64 build;
match their definition
- wsysdep.cpp: more descriptive text for osError = 0

This was SVN commit r5899.
2008-05-01 15:41:42 +00:00
..
counter.cpp fixes/improvements made at work: 2008-05-01 15:41:42 +00:00
counter.h cleanup+fixes; wdbg_heap is now feature complete. 2008-02-25 21:19:52 +00:00
hpet.cpp part2: misc source/lib fixes/improvements 2007-12-20 20:09:19 +00:00
hpet.h part2: misc source/lib fixes/improvements 2007-12-20 20:09:19 +00:00
pit.h new timer code (esp. HPET) now operational. TSC still disabled pending calibration code. 2007-05-28 09:25:38 +00:00
pmt.cpp # major refactoring of system-dependent code (simplifies build system) 2007-09-23 15:36:29 +00:00
pmt.h # major refactoring of system-dependent code (simplifies build system) 2007-09-23 15:36:29 +00:00
qpc.cpp # major refactoring of system-dependent code (simplifies build system) 2007-09-23 15:36:29 +00:00
qpc.h # major refactoring of system-dependent code (simplifies build system) 2007-09-23 15:36:29 +00:00
tgt.cpp # major refactoring of system-dependent code (simplifies build system) 2007-09-23 15:36:29 +00:00
tgt.h # major refactoring of system-dependent code (simplifies build system) 2007-09-23 15:36:29 +00:00
tsc.cpp fixes/improvements made at work: 2008-05-01 15:41:42 +00:00
tsc.h # major refactoring of system-dependent code (simplifies build system) 2007-09-23 15:36:29 +00:00
whrt.cpp fix problems related to 64-bit compilation in lib 2008-04-19 18:10:00 +00:00
whrt.h new timer code (esp. HPET) now operational. TSC still disabled pending calibration code. 2007-05-28 09:25:38 +00:00