From: rwst Date: Wed, 31 May 2006 17:51:03 +0000 (+0000) Subject: next try for intended change from OS_WIN32 to PLATFORM_WIN32 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9359fc254e242f07ff72c7e2a848ccb123394ceb;p=inkscape.git next try for intended change from OS_WIN32 to PLATFORM_WIN32 --- diff --git a/src/Makefile_insert b/src/Makefile_insert index 89efd5020..a2121988c 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -7,7 +7,7 @@ # # ################################################ -if OS_WIN32 +if PLATFORM_WIN32 win32_sources = winmain.cpp win32ldflags = -lcomdlg32 endif