mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 07:00:19 +00:00
c501d8112c
svn path=/branches/aicom-network-fixes/; revision=34994
11 lines
214 B
C
11 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_ */
|