1 /*
2  * This header is here to accomodate cross compiling for
3  * Microsoft Windows on a linux host using MinGW. All changes
4  * should be made to mingw32.h - Andy
5  */
6 #ifndef mingw32
7 #define mingw32 mingw32
8 #endif
9 
10 #include "mingw32.h"
11