changeset 20713:7564585e63a4

WIN32 was already being set from config.h.
author diego
date Sun, 05 Nov 2006 20:35:16 +0000
parents e3f4ad403fff
children 35d28d720d2b
files libdvdcss/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libdvdcss/Makefile	Sun Nov 05 20:29:29 2006 +0000
+++ b/libdvdcss/Makefile	Sun Nov 05 20:35:16 2006 +0000
@@ -26,7 +26,7 @@
 	-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"1.2.9\"
 
 ifeq ($(TARGET_OS),CYGWIN)
-CFLAGS+=-DSYS_CYGWIN -DWIN32
+CFLAGS+=-DSYS_CYGWIN
 endif
 
 ifeq ($(TARGET_OS),Darwin)