diff options
author | Joe Mistachkin <joe@mistachkin.com> | 2017-08-13 22:15:30 (GMT) |
---|---|---|
committer | Joe Mistachkin <joe@mistachkin.com> | 2017-08-13 22:15:30 (GMT) |
commit | 8e69db979dd54dd5edf2a4ee6c7283748660ca8a (patch) | |
tree | 7e2a0232b73a443b3e51d211a7d22e97ed34d567 /win | |
parent | 9b1b7036b0de2150a62088d4681e966d721fc012 (diff) | |
download | tcl-8e69db979dd54dd5edf2a4ee6c7283748660ca8a.zip tcl-8e69db979dd54dd5edf2a4ee6c7283748660ca8a.tar.gz tcl-8e69db979dd54dd5edf2a4ee6c7283748660ca8a.tar.bz2 |
Always define '_USING_V110_SDK71_', in case targeting the pre-Windows 8.x SDKs.
Diffstat (limited to 'win')
-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 4a3ae26..979fb14 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]
|