X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/62ddb51e0424dd4bd1098b024f2427959aefc729..8f5f26d24e18e267dd56e8c0b7d856027f63e41c:/Recipe diff --git a/Recipe b/Recipe index e256ccab..416acc9c 100644 --- 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