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 | e513ec3916cba76725b5fe3f2e4f5d24f449f853 (patch) | |
tree | 7e2a0232b73a443b3e51d211a7d22e97ed34d567 | |
parent | 89fcfadbbf83d652f1b96cc79c64785b55dba97b (diff) | |
download | tcl-e513ec3916cba76725b5fe3f2e4f5d24f449f853.zip tcl-e513ec3916cba76725b5fe3f2e4f5d24f449f853.tar.gz tcl-e513ec3916cba76725b5fe3f2e4f5d24f449f853.tar.bz2 |
Always define '_USING_V110_SDK71_', in case targeting the pre-Windows 8.x SDKs.
-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]
|