]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/blobdiff - Recipe
MinGW needs an extra symbol _WIN32_IE defined to a particular value before
[PuTTY_svn.git] / Recipe
diff --git a/Recipe b/Recipe
index e256ccabddde31c1e467448fef1814600b752cc7..416acc9c93a024f0351296273a62dc4106e46184 100644 (file)
--- a/Recipe
+++ b/Recipe
@@ -218,6 +218,13 @@ install-strip:
 CFLAGS += -DMACOSX
 !end
 
+# Random symbols.
+!begin cygwin vars
+# _WIN32_IE is required to expose identifiers that only make sense on
+# systems with IE5+ installed, such as some arguments to SHGetFolderPath().
+CFLAGS += -D_WIN32_IE=0x0500
+!end
+
 # ------------------------------------------------------------
 # Definitions of object groups. A group name, followed by an =,
 # followed by any number of objects or other already-defined group