comparison src/GvimExt/gvimext.h @ 714:0f9f4761ad9c v7.0216

updated for version 7.0216
author vimboss
date Mon, 06 Mar 2006 23:29:24 +0000
parents 4e2284e71352
children 8bebcabccc2c
comparison
equal deleted inserted replaced
713:0c381fb7846c 714:0f9f4761ad9c
30 #ifndef STRICT 30 #ifndef STRICT
31 #define STRICT 31 #define STRICT
32 #endif 32 #endif
33 33
34 #define INC_OLE2 // WIN32, get ole2 from windows.h 34 #define INC_OLE2 // WIN32, get ole2 from windows.h
35
36 /* Visual Studio 2005 has 'deprecated' many of the standard CRT functions */
37 #if _MSC_VER >= 1400
38 # define _CRT_SECURE_NO_DEPRECATE
39 # define _CRT_NONSTDC_NO_DEPRECATE
40 #endif
35 41
36 #include <windows.h> 42 #include <windows.h>
37 #include <windowsx.h> 43 #include <windowsx.h>
38 #include <shlobj.h> 44 #include <shlobj.h>
39 45