* include/w32api.h: (_W32API_VERSION): Remove.
(__W32API_VERSION): Add. (__W32API_MAJOR_VERSION): Ditto. (__W32API_MINOR_VERSION): Ditto.
This commit is contained in:
parent
0b0a9f4087
commit
c7193585d3
|
@ -1,4 +1,11 @@
|
|||
|
||||
2001-02-21 Earnie Boyd <earnie@users.sourceforge.net
|
||||
|
||||
* include/w32api.h: (_W32API_VERSION): Remove.
|
||||
(__W32API_VERSION): Add.
|
||||
(__W32API_MAJOR_VERSION): Ditto.
|
||||
(__W32API_MINOR_VERSION): Ditto.
|
||||
|
||||
2001-02-21 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* include/wingdi.h (struct _DOCINFO[AW]): UNICODE it.
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
#ifndef _W32API_H_
|
||||
#define _W32API_H_
|
||||
|
||||
#define _W32API_VERSION 0.4
|
||||
#define __W32API_VERSION 0.5
|
||||
#define __W32API_MAJOR_VERSION 0
|
||||
#define __W32API_MINOR_VERSION 5
|
||||
|
||||
#endif /* ndef _W32API_H_ */
|
||||
|
|
Loading…
Reference in New Issue