reactos/include/psdk/w32api.h
Art Yerkes c501d8112c Create a branch for network fixes.
svn path=/branches/aicom-network-fixes/; revision=34994
2008-08-01 11:32:26 +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.5
#define __W32API_MAJOR_VERSION 2
#define __W32API_MINOR_VERSION 5
#endif /* ndef _W32API_H_ */