comparison loader/wine/winbase.h @ 24422:c98c9e7f3bd0

Remove leading underscores from multiple inclusion guards, leading underscores are reserved in the C standard.
author diego
date Thu, 13 Sep 2007 08:50:21 +0000
parents a422b6c96368
children 2c8cdb9123b8
comparison
equal deleted inserted replaced
24421:058fc97310e3 24422:c98c9e7f3bd0
1 #ifndef __WINE_WINBASE_H 1 #ifndef WINE_WINBASE_H
2 #define __WINE_WINBASE_H 2 #define WINE_WINBASE_H
3 3
4 #include "basetsd.h" 4 #include "basetsd.h"
5 #include "winnt.h" 5 #include "winnt.h"
6 #include "winestring.h" 6 #include "winestring.h"
7 #include "pshpack1.h" 7 #include "pshpack1.h"
1780 1780
1781 #ifdef __cplusplus 1781 #ifdef __cplusplus
1782 } 1782 }
1783 #endif 1783 #endif
1784 1784
1785 #endif /* __WINE_WINBASE_H */ 1785 #endif /* WINE_WINBASE_H */