1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 19:42:48 -05:00

At least, I have the technology to fix `beepind-win2k'.

Tested on Win98, Win2K, and WinXP.

[originally from svn r7119]
[this svn revision also touched putty-wishlist]
This commit is contained in:
Jacob Nevins
2007-01-16 20:54:58 +00:00
parent 2dd7aba1e8
commit 1c081c99be
2 changed files with 56 additions and 4 deletions

2
Recipe
View File

@ -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
# ------------------------------------------------------------