diff options
Diffstat (limited to 'compat/msvc.h')
-rw-r--r-- | compat/msvc.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/compat/msvc.h b/compat/msvc.h new file mode 100644 index 0000000000..2b87c0a7c7 --- /dev/null +++ b/compat/msvc.h @@ -0,0 +1,7 @@ +#ifndef __MSVC__HEAD +#define __MSVC__HEAD + +#include "msvc-posix.h" +#include "mingw.h" + +#endif |