dhewm3/neo/tools
Daniel Gibson 51f3acd21a Fix Windows Build with SDL2
for some reason neo/tools/compilers/dmap/optimize.cpp included windows.h
and GL/gl.h before including dmap.h, which indirectly includes qgl.h.

This made things in qgl.h explode - seems like APIENTRYP in the
QGLPROC() macro expanded to bullshit because of some APIENTRYP or
APIENTRY definition in windows.h or GL/gl.h

Those includes are totally unnecessary, dmap.h -> qgl.h already includes
GL/gl.h, indirectly via SDL_opengl.h and in that setup things somehow
are fine.
2015-09-28 04:02:33 +02:00
..
af Fix all whitespace errors 2011-12-10 15:35:54 +01:00
comafx Fix all whitespace errors 2011-12-10 15:35:54 +01:00
common Fix all whitespace errors 2011-12-10 15:35:54 +01:00
compilers Fix Windows Build with SDL2 2015-09-28 04:02:33 +02:00
debugger s/ReadLong/ReadInt/ to match the return type 2012-06-28 13:52:24 +02:00
decl Fix all whitespace errors 2011-12-10 15:35:54 +01:00
guied Make Sys_GetScanTable() only available on Windows 2012-01-02 15:44:35 -05:00
Help hello world 2011-11-22 15:28:15 -06:00
materialeditor Fix all whitespace errors 2011-12-10 15:35:54 +01:00
particle Fix all whitespace errors 2011-12-10 15:35:54 +01:00
pda Fix all whitespace errors 2011-12-10 15:35:54 +01:00
radiant Fix several bugs from iodoom3 bugtracker 2012-06-02 10:12:22 +02:00
script Fix all whitespace errors 2011-12-10 15:35:54 +01:00
sound Fix all whitespace errors 2011-12-10 15:35:54 +01:00
edit_public.h Fix all whitespace errors 2011-12-10 15:35:54 +01:00
edit_stub.cpp Untangle the epic precompiled.h mess 2011-12-19 23:21:47 +01:00