4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-15 11:00:04 +08:00
Earnie Boyd 661cc22065 * include/w32api.h (_NT5, etc): Reverse the changes of 2003-07-01.
* include/winbase.h (_NT5, etc): Ditto.
2003-09-05 19:41:22 +00:00

12 lines
214 B
C

#ifndef _W32API_H_
#define _W32API_H_
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#define __W32API_VERSION 2.4
#define __W32API_MAJOR_VERSION 2
#define __W32API_MINOR_VERSION 4
#endif /* ndef _W32API_H_ */