This website requires JavaScript.
Explore
Help
Sign In
gptbot
/
0ad
Watch
1
Star
0
Fork
0
You've already forked 0ad
forked from
mirrors/0ad
Code
Pull Requests
Activity
Files
ebd7446d8a8ddcb241e4279cbbddd0e810802ff7
0ad
/
source
/
lib
/
sysdep
T
History
Matei
efd08a21f9
Use #if instead of #ifdef to detect HAVE_X.
...
This was SVN commit r5323.
2007-09-03 23:32:16 +00:00
..
ia32
Fixed non-PCH compiles.
2007-09-02 23:38:58 +00:00
osx
Moved X11 stuff out of unix/ folder, added osx/ sysdep folder, corresponding premake.lua changes, and a few misc other Mac OS X-related changes
2007-09-03 12:56:45 +00:00
tests
…
unix
Use #if instead of #ifdef to detect HAVE_X.
2007-09-03 23:32:16 +00:00
win
# win/macosx compat, add hooks to disable OpenGL feature usage
2007-09-02 21:44:56 +00:00
acpi.cpp
# fix: ACPI code now safely handles concurrent memory accesses
2007-07-25 19:16:00 +00:00
acpi.h
# vista compat (fixes wsnd issue) and improvements
2007-05-26 15:34:10 +00:00
compiler.h
…
cpu.cpp
Moved X11 stuff out of unix/ folder, added osx/ sysdep folder, corresponding premake.lua changes, and a few misc other Mac OS X-related changes
2007-09-03 12:56:45 +00:00
cpu.h
POSIX doesn't really specify _SC_NPROCESSORS_CONF, so add a sysdep routine for that. ia32 now uses it, which is one more step towards unbreaking macosx. thanks to ali for the report :)
2007-08-25 16:32:00 +00:00
dir_watch.h
…
gfx.cpp
…
gfx.h
…
snd.cpp
# vista compat (fixes wsnd issue) and improvements
2007-05-26 15:34:10 +00:00
snd.h
…
stl.h
…
sysdep.cpp
…
sysdep.h
…