diff options
author | Joe Mistachkin <joe@mistachkin.com> | 2017-08-13 22:23:59 (GMT) |
---|---|---|
committer | Joe Mistachkin <joe@mistachkin.com> | 2017-08-13 22:23:59 (GMT) |
commit | 9eb52eb458a337f8ae470a222c64e0f1ff31383f (patch) | |
tree | 7052ce60e88c2bb9914265d8ae532ea6dbb6d09d | |
parent | 04e8ab15be73ed952bb548c9ef960ba7f01d70de (diff) | |
download | tk-irontcl.zip tk-irontcl.tar.gz tk-irontcl.tar.bz2 |
Always define '_USING_V110_SDK71_', in case targeting the pre-Windows 8.x SDKs.irontcl
-rw-r--r-- | win/rules.vc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/rules.vc b/win/rules.vc index 2cd711b..1749215 100644 --- a/win/rules.vc +++ b/win/rules.vc @@ -159,7 +159,7 @@ DEBUGFLAGS = $(DEBUGFLAGS) -RTC1 DEBUGFLAGS = $(DEBUGFLAGS) -GZ
!endif
-COMPILERFLAGS =-W3 /DUNICODE /D_UNICODE /D_ATL_XP_TARGETING
+COMPILERFLAGS =-W3 -DUNICODE -D_UNICODE -D_USING_V110_SDK71_ -D_ATL_XP_TARGETING
# In v13 -GL and -YX are incompatible.
!if [nmakehlp -c -YX]
|