X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=CMakeLists.txt;h=a87021ceb6ad03bb287da72abca947b200ecd7e2;hb=c1cca5fabf63867e7027d9e1deafe011fbdbc0ae;hp=22bf9897ecb1af0804776b30104098093b1a54cc;hpb=23503cb140546dc31deefb63c92e09131c91b3f0;p=apitrace diff --git a/CMakeLists.txt b/CMakeLists.txt index 22bf989..a87021c 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)