1
0
forked from 0ad/0ad
0ad/source/lib/sysdep/win/wposix
janwas 82ef7fe089 cleanup
- malloc+error checking -> new
- better callback parameter name consistency (ctx -> cbData)

file_io: replace another manual malloc+free with shared_ptr
wclipboard: robustify _get as well

This was SVN commit r5372.
2007-09-25 10:43:11 +00:00
..
crt_posix.h # SwEng 2007-05-04 17:30:32 +00:00
no_crt_posix.h # SwEng 2007-05-04 17:30:32 +00:00
waio.cpp cleanup 2007-09-25 10:43:11 +00:00
waio.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
wdlfcn.cpp # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
wdlfcn.h # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
werrno.h minor cleanup+fixes+additions 2007-05-21 19:22:55 +00:00
wfilesystem.cpp # housekeeping 2007-05-21 23:24:56 +00:00
wfilesystem.h # housekeeping 2007-05-21 23:24:56 +00:00
wmman.cpp # SwEng 2007-05-04 17:30:32 +00:00
wmman.h # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
wposix_internal.h . split up lib.h/.cpp, include the remnants from PCH, remove (pretty much universal) include of it. 2007-05-09 21:01:11 +00:00
wposix_types.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
wposix.cpp wposix: add sysconf support for number of "processors" 2007-06-23 12:59:21 +00:00
wposix.h wposix: add sysconf support for number of "processors" 2007-06-23 12:59:21 +00:00
wpthread.cpp # major refactoring of system-dependent code (simplifies build system) 2007-09-23 15:36:29 +00:00
wpthread.h # win/macosx compat, add hooks to disable OpenGL feature usage 2007-09-02 21:44:56 +00:00
wsock_internal.h # fixes for overzealous vc8 optimization and housekeeping 2007-01-07 16:50:36 +00:00
wsock.cpp wsock: fix init problem (if getnameinfo et al were the first function called from winsock - as happens when using quickstart - ws2_32 wasn't loaded first) 2007-06-04 23:55:29 +00:00
wsock.h wsock: fix init problem (if getnameinfo et al were the first function called from winsock - as happens when using quickstart - ws2_32 wasn't loaded first) 2007-06-04 23:55:29 +00:00
wterminal.cpp # SwEng 2007-05-04 17:30:32 +00:00
wterminal.h # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
wtime_internal.h add work-in-progress WHRT (win high res timer). works well enough, but calibration is not yet complete nor is TSC usable. 2007-05-26 16:57:39 +00:00
wtime.cpp winit: rename register macros for more clarity 2007-06-04 22:59:14 +00:00
wtime.h acpi and mahaf: now set ModuleInitState to error if something fails (prevents a subsequent init from returning true and allowing its dependent to continue and crash into a wall) 2007-05-26 23:29:20 +00:00
wutsname.cpp # system detect fixes 2007-06-24 13:24:40 +00:00
wutsname.h # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00