summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows/windows.mak
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/windows/windows.mak')
-rw-r--r--src/osd/windows/windows.mak2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/osd/windows/windows.mak b/src/osd/windows/windows.mak
index be5bc9c4948..d969bc490aa 100644
--- a/src/osd/windows/windows.mak
+++ b/src/osd/windows/windows.mak
@@ -152,11 +152,9 @@ DEFS += -Dmain=utf8_main
# debug build: enable guard pages on all memory allocations
ifdef DEBUG
-ifndef WINUI
DEFS += -DMALLOC_DEBUG
LDFLAGS += -Wl,--allow-multiple-definition
endif
-endif
# enable UNICODE flags for unicode builds
ifdef UNICODE