Home
last modified time | relevance | path

Searched refs:WINVER (Results 1 – 12 of 12) sorted by relevance

/vim-8.2.3635/src/GvimExt/
H A DMake_ming.mak46 # Set the default $(WINVER) to make it work with WinXP.
47 ifndef WINVER
48 WINVER = 0x0501 macro
75 $(CXX) $(CXXFLAGS) -DFEAT_GETTEXT -DWINVER=$(WINVER) -D_WIN32_WINNT=$(WINVER) -c $? -o $@
H A DMakefile13 !ifndef WINVER
14 WINVER = 0x0501 macro
60 cflags = $(cflags) -DWINVER=$(WINVER) -D_WIN32_WINNT=$(WINVER)
/vim-8.2.3635/src/
H A DMake_cyg_ming.mak89 # Set the default $(WINVER). Use 0x0501 to make it work with WinXP.
90 ifndef WINVER
91 # WINVER = 0x0501
92 WINVER = 0x0600 macro
508 DEFINES=-DWIN32 -DWINVER=$(WINVER) -D_WIN32_WINNT=$(WINVER) \
640 ifeq ($(shell expr "$$(($(WINVER)))" \>= "$$((0x600))"),1)
H A DMake_mvc.mak137 # Version Support: WINVER=[0x0501, 0x0502, 0x0600, 0x0601, 0x0602,
311 ### Set the default $(WINVER) to make it work with VC++7.0 (VS.NET)
312 !ifndef WINVER
313 WINVER = 0x0501 macro
486 ! if $(WINVER) >= 0x600
522 $(DEFINES) -DWINVER=$(WINVER) -D_WIN32_WINNT=$(WINVER)
1396 CFLAGS_INST = /nologo /O2 -DNDEBUG -DWIN32 -DWINVER=$(WINVER) -D_WIN32_WINNT=$(WINVER) $(CFLAGS_DEP…
H A DINSTALLpc.txt116 nmake -f Make_mvc.mak ... WINVER=0x0501 SUBSYSTEM_VER=5.01
123 nmake -f Make_mvc.mak ... WINVER=0x0501 SUBSYSTEM_VER=5.02
827 WINVER=0x501
831 If you set WINVER explicitly, it must be set to >=0x500, when building
843 WINVER=0x600
846 If you set WINVER explicitly, it must be set to >=0x500, when building with
H A Dgui_dwrite.cpp16 # if WINVER < 0x0600
17 # error WINVER must be 0x0600 or above to use DirectWrite(DirectX)
H A Ddimm.idl164 cpp_quote("#if (WINVER < 0x040A)")
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt9255 Solution: Define $WINVER to avoid an extra item is added to MENUITEMINFO.
12195 Solution: Define WINVER to 0x0400 instead of 0x400. (Alejandro
H A Dversion7.txt13262 Problem: Ming makefile unconditionally sets WINVER.
13745 Solution: Set the default for WINVER to 0x0500.
H A Dtodo.txt562 - WINVER conflict, should use 0x0600 by default?
H A Dversion5.txt7241 Solution: Define WINVER to 4 to avoid compiling for Windows 2000. (Dan
H A Dversion8.txt8568 Solution: Change the default WINVER from 0x0500 to 0x0501. (Ken Takata)
26763 Solution: Add instructions for MSYS2. Set default WINVER. Add batch files
44803 Problem: MS-Windows: cannot build with WINVER set to 0x0501.
46741 Problem: comparing WINVER does not work correctly.