* include/w32api.h: (_W32API_VERSION): Remove.
(__W32API_VERSION): Add. (__W32API_MAJOR_VERSION): Ditto. (__W32API_MINOR_VERSION): Ditto.
This commit is contained in:
@ -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_ */
|
||||
|
Reference in New Issue
Block a user