diff options
-rw-r--r-- | post_download.in | 2 | ||||
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/post_download.in b/post_download.in index 551f5c1fa183..7c5d07f08dcc 100644 --- a/post_download.in +++ b/post_download.in @@ -9,7 +9,7 @@ echo "********************************************************************" AC_CANONICAL_HOST case "$host_os" in - cygwin*|mingw32*) # Windows + cygwin*) # Windows _os=WINNT ;; *) diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index 684afb081244..6ac33ab033cf 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -628,7 +628,7 @@ STD_LIB_FILE( gid_File_Lib_Fwl , fwl) STD_LIB_FILE( gid_File_Lib_Fwm , fwm) -#ifdef WNT +#ifdef ENABLE_DIRECTX File gid_File_Lib_Gdiplus BIN_FILE_BODY; Styles = (PACKED); |