Searched refs:WINVER (Results 1 – 12 of 12) sorted by relevance
| /vim-8.2.3635/src/GvimExt/ |
| H A D | Make_ming.mak | 46 # 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 D | Makefile | 13 !ifndef WINVER 14 WINVER = 0x0501 macro 60 cflags = $(cflags) -DWINVER=$(WINVER) -D_WIN32_WINNT=$(WINVER)
|
| /vim-8.2.3635/src/ |
| H A D | Make_cyg_ming.mak | 89 # 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 D | Make_mvc.mak | 137 # 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 D | INSTALLpc.txt | 116 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 D | gui_dwrite.cpp | 16 # if WINVER < 0x0600 17 # error WINVER must be 0x0600 or above to use DirectWrite(DirectX)
|
| H A D | dimm.idl | 164 cpp_quote("#if (WINVER < 0x040A)")
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version6.txt | 9255 Solution: Define $WINVER to avoid an extra item is added to MENUITEMINFO. 12195 Solution: Define WINVER to 0x0400 instead of 0x400. (Alejandro
|
| H A D | version7.txt | 13262 Problem: Ming makefile unconditionally sets WINVER. 13745 Solution: Set the default for WINVER to 0x0500.
|
| H A D | todo.txt | 562 - WINVER conflict, should use 0x0600 by default?
|
| H A D | version5.txt | 7241 Solution: Define WINVER to 4 to avoid compiling for Windows 2000. (Dan
|
| H A D | version8.txt | 8568 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.
|