]> git.cworth.org Git - apitrace/blobdiff - CMakeLists.txt
Use SGI gl.h and glx.h headers.
[apitrace] / CMakeLists.txt
index 22bf9897ecb1af0804776b30104098093b1a54cc..a87021ceb6ad03bb287da72abca947b200ecd7e2 100755 (executable)
@@ -66,9 +66,6 @@ endif ()
 include (CheckCXXCompilerFlag)
 
 if (WIN32)
-    # MSVC & MinGW only define & use APIENTRY
-    add_definitions (-DGLAPIENTRY=__stdcall)
-
     # http://msdn.microsoft.com/en-us/library/aa383745.aspx
     add_definitions (-D_WIN32_WINNT=0x0500 -DWINVER=0x0500)
 else (WIN32)