X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/8f5f26d24e18e267dd56e8c0b7d856027f63e41c..d9e7b7207fdbca5cc10a278d8ba7516f1995acae:/Recipe diff --git a/Recipe b/Recipe index 416acc9c..5c58d496 100644 --- a/Recipe +++ b/Recipe @@ -222,7 +222,9 @@ CFLAGS += -DMACOSX !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 # ------------------------------------------------------------