summaryrefslogtreecommitdiffstats
path: root/libdha
diff options
context:
space:
mode:
Diffstat (limited to 'libdha')
-rw-r--r--libdha/Makefile4
-rw-r--r--libdha/libdha.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/libdha/Makefile b/libdha/Makefile
index e4479eca12..827d397421 100644
--- a/libdha/Makefile
+++ b/libdha/Makefile
@@ -15,7 +15,7 @@ SONAME_FLAGS = -Wl,-soname,$(SHORTNAME)
#SHORTNAME = libdha.so
VSHORTNAME = libdha.so
endif
-ifeq ($(TARGET_MINGW32),yes)
+ifeq ($(TARGET_WIN32),yes)
LIBNAME = libdha.a
SHORTNAME = libdha.a
else
@@ -48,7 +48,7 @@ endif
$(CC) -c $(CFLAGS) -o $@ $<
$(LIBNAME): $(OBJS)
-ifeq ($(TARGET_MINGW32),yes)
+ifeq ($(TARGET_WIN32),yes)
$(AR) r $(LIBNAME) $(OBJS)
else
#$(CC) -shared $(SONAME_FLAGS) -o $(LIBNAME) $(OBJS) $(LIBS)
diff --git a/libdha/libdha.c b/libdha/libdha.c
index fa8efe75ee..f6ff7e664f 100644
--- a/libdha/libdha.c
+++ b/libdha/libdha.c
@@ -32,7 +32,7 @@
#endif
#include <unistd.h>
-#if defined(_WIN32)
+#if defined(WIN32)
#include "sysdep/libdha_win32.c"
#elif defined (__EMX__)
#include "sysdep/libdha_os2.c"