don't define macros that conflict with MinGW system header files, causes very cryptic...
[reactos.git] / reactos / tools / rbuild / backend / mingw / mingw.h
1 #ifndef MINGW_H
2 #define MINGW_H
3
4 #include "../backend.h"
5
6 class MingwBackend : public Backend
7 {
8 public:
9 MingwBackend ( Project& );
10 };
11
12 #endif /* MINGW_H */