Skip to content

Commit

Permalink
Changed define for Windows so that Visual Studio 10 compiles.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Hoops committed Apr 18, 2014
1 parent 9931bca commit 1d8d55d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ else()
if (CYGWIN)
add_definitions(-DCygwin)
else()
add_definitions(-DWin32)
add_definitions(-DWIN32)
endif()
endif()

Expand Down

0 comments on commit 1d8d55d

Please sign in to comment.