X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/533c7491240f2fd71d026e91f0a940f4729992fd..e359e9c01acdf5aad21780e27e538cfd8d597aac:/Recipe diff --git a/Recipe b/Recipe index e256ccab..79ea3b0b 100644 --- a/Recipe +++ b/Recipe @@ -81,7 +81,8 @@ # # Note that this definition is always enabled in the Cygwin # build, since at the time of writing this is -# known not to be available in Cygwin. +# known not to be available in Cygwin (although you can use +# the htmlhelp.h supplied with HTML Help Workshop). # # - RCFL=/DNO_MANIFESTS (Windows only) # Disables inclusion of XML application manifests in the PuTTY @@ -218,6 +219,15 @@ 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(). +# WINVER etc perform a similar function for FlashWindowEx(). +CFLAGS += -D_WIN32_IE=0x0500 +CFLAGS += -DWINVER=0x0500 -D_WIN32_WINDOWS=0x0410 -D_WIN32_WINNT=0x0500 +!end + # ------------------------------------------------------------ # Definitions of object groups. A group name, followed by an =, # followed by any number of objects or other already-defined group