Removed obsolete define from makefiles.

This commit is contained in:
Guenter Knauf 2012-06-04 17:01:27 +02:00
parent 29e256e817
commit a40c160cff
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ else
endif
# Global flags for all compilers
CFLAGS = $(OPT) -D$(DB) -DWIN32 -DLIBSSH2_WIN32 # -DHAVE_CONFIG_H
CFLAGS = $(OPT) -D$(DB) -DLIBSSH2_WIN32 # -DHAVE_CONFIG_H
ifeq ($(ARCH),w64)
CFLAGS += -D_AMD64_
endif

View File

@ -79,7 +79,7 @@ else
endif
# Global flags for all compilers
CFLAGS = $(OPT) -D$(DB) -DWIN32 -DLIBSSH2_WIN32 # -DHAVE_CONFIG_H
CFLAGS = $(OPT) -D$(DB) -DLIBSSH2_WIN32 # -DHAVE_CONFIG_H
ifeq ($(ARCH),w64)
CFLAGS += -D_AMD64_
endif