Try to fix cygwin build

This commit is contained in:
Andy Cedilnik 2003-01-11 11:27:13 -05:00
parent a0ffb9293f
commit 64f6711e1c
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,4 @@
IF(NOT UNIX)
IF(WIN32)
SET(HAVE_LIBWINMM 1)
SET(HAVE_LIBWS2_32 1)
@ -106,4 +107,5 @@ IF(WIN32)
ELSE(WIN32)
MESSAGE("This file should be included on Windows platform only")
ENDIF(WIN32)
ENDIF(WIN32)
ENDIF(NOT UNIX)