* include/w32api.h (_W32API_H): Define.
Define in addition to _W32API_H_, this is the w32api standard.
This commit is contained in:
parent
45a450621f
commit
a846957047
|
@ -1,3 +1,8 @@
|
|||
2006-04-06 Dimitri Papadopoulos <papadopo@users.sourceforge.net>
|
||||
|
||||
* include/w32api.h (_W32API_H): Define.
|
||||
Define in addition to _W32API_H_, this is the w32api standard.
|
||||
|
||||
2006-04-06 Dimitri Papadopoulos <papadopo@users.sourceforge.net>
|
||||
|
||||
* include/w32api.h (WindowsVista): Define.
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#ifndef _W32API_H_
|
||||
#ifndef _W32API_H
|
||||
#define _W32API_H
|
||||
#define _W32API_H_
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
|
@ -45,4 +46,4 @@
|
|||
#define IE56 0x0560
|
||||
#define IE6 0x0600
|
||||
|
||||
#endif /* ndef _W32API_H_ */
|
||||
#endif /* ndef _W32API_H */
|
||||
|
|
Loading…
Reference in New Issue