2006-04-14 Chris Sutcliffe <ir0nh34d@users.sf.net>
* include/w32api.h: Increment version to 3.7. * Makefile.in: Ditto.
This commit is contained in:
parent
c99126ab96
commit
04cbcde8d9
|
@ -1,4 +1,9 @@
|
|||
2006-04-13 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
||||
2006-04-14 Chris Sutcliffe <ir0nh34d@users.sf.net>
|
||||
|
||||
* include/w32api.h: Increment version to 3.7.
|
||||
* Makefile.in: Ditto.
|
||||
|
||||
2006-04-13 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
||||
|
||||
* include/winbase.h (GET_MODULE_HANDLE_EX_FLAG_*): Define.
|
||||
Thanks to: Brandon Sneed <brandon at redf dot net>
|
||||
|
@ -8,28 +13,28 @@
|
|||
* include/secext.h: Enclose function declarations in extern "C"
|
||||
if __cplusplus.
|
||||
|
||||
2006-04-11 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
||||
2006-04-11 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
||||
|
||||
* include/comcat.h: INTERFACE should not remain defined
|
||||
at the end of the header.
|
||||
* include/docobj.h: Ditto.
|
||||
* include/exdisp.h: Ditto.
|
||||
* include/intshcut.h: Ditto.
|
||||
* include/mlang.h: Ditto.
|
||||
* include/mshtml.h: Ditto.
|
||||
* include/oaidl.h: Ditto.
|
||||
* include/objidl.h: Ditto.
|
||||
* include/objsafe.h: Ditto.
|
||||
* include/ocidl.h: Ditto.
|
||||
* include/oleacc.h: Ditto.
|
||||
* include/oledlg.h: Ditto.
|
||||
* include/oleidl.h: Ditto.
|
||||
* include/richole.h: Ditto.
|
||||
* include/shldisp.h: Ditto.
|
||||
* include/shlobj.h: Ditto.
|
||||
* include/unknwn.h: Ditto.
|
||||
* include/vfw.h: Ditto.
|
||||
Thanks to: Brandon Sneed <brandon at redf dot net>
|
||||
* include/comcat.h: INTERFACE should not remain defined
|
||||
at the end of the header.
|
||||
* include/docobj.h: Ditto.
|
||||
* include/exdisp.h: Ditto.
|
||||
* include/intshcut.h: Ditto.
|
||||
* include/mlang.h: Ditto.
|
||||
* include/mshtml.h: Ditto.
|
||||
* include/oaidl.h: Ditto.
|
||||
* include/objidl.h: Ditto.
|
||||
* include/objsafe.h: Ditto.
|
||||
* include/ocidl.h: Ditto.
|
||||
* include/oleacc.h: Ditto.
|
||||
* include/oledlg.h: Ditto.
|
||||
* include/oleidl.h: Ditto.
|
||||
* include/richole.h: Ditto.
|
||||
* include/shldisp.h: Ditto.
|
||||
* include/shlobj.h: Ditto.
|
||||
* include/unknwn.h: Ditto.
|
||||
* include/vfw.h: Ditto.
|
||||
Thanks to: Brandon Sneed <brandon at redf dot net>
|
||||
|
||||
2006-04-11 Dimitri Papadopoulos <papadopo@users.sourceforge.net>
|
||||
|
||||
|
|
|
@ -66,7 +66,7 @@ FLAGS_TO_PASS = \
|
|||
SUBDIRS = lib
|
||||
|
||||
PACKAGE = w32api
|
||||
VERSION = 3.6
|
||||
VERSION = 3.7
|
||||
CYGRELEASE = 1
|
||||
|
||||
DIST_FILES = Makefile.in configure.in configure config.guess config.sub \
|
||||
|
|
|
@ -5,9 +5,9 @@
|
|||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#define __W32API_VERSION 3.6
|
||||
#define __W32API_VERSION 3.7
|
||||
#define __W32API_MAJOR_VERSION 3
|
||||
#define __W32API_MINOR_VERSION 6
|
||||
#define __W32API_MINOR_VERSION 7
|
||||
|
||||
/* The following defines are for documentation purposes. The following defines
|
||||
* identify the versions of Windows and Internet Explorer. They are not to be
|
||||
|
|
Loading…
Reference in New Issue