mirror of
https://github.com/dhewm/dhewm3.git
synced 2024-11-23 12:53:09 +00:00
51f3acd21a
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. |
||
---|---|---|
.. | ||
af | ||
comafx | ||
common | ||
compilers | ||
debugger | ||
decl | ||
guied | ||
Help | ||
materialeditor | ||
particle | ||
pda | ||
radiant | ||
script | ||
sound | ||
edit_public.h | ||
edit_stub.cpp |