X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=Recipe;h=5c58d4966a44dfa5135c603857d926014f6fecff;hb=12e019bafc75cb441e965c63e15dfceeaf71ca1e;hp=416acc9c93a024f0351296273a62dc4106e46184;hpb=097fc8b43d7b537c2f5e4c0a67533a9344491d45;p=PuTTY.git 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 # ------------------------------------------------------------