Use mingw.include
parent
be700a0480
commit
55625d1af5
|
@ -1,5 +1,9 @@
|
||||||
#include "revision.h"
|
#include "revision.h"
|
||||||
|
#ifdef __GNUC__
|
||||||
|
#include "winresrc.h"
|
||||||
|
#else
|
||||||
#include "winres.h"
|
#include "winres.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||||
#pragma code_page(1252)
|
#pragma code_page(1252)
|
||||||
|
|
Loading…
Reference in New Issue