diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/winresource.rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/winresource.rc b/misc/winresource.rc index 6b82e261b..e1e82581b 100644 --- a/misc/winresource.rc +++ b/misc/winresource.rc @@ -1,7 +1,9 @@ #include <windows.h>
#include <commctrl.h>
#include <richedit.h>
+#ifndef USE_CMAKE_CONFIG_H
#define USE_CMAKE_CONFIG_H
+#endif
#include "config.h"
#undef USE_CMAKE_CONFIG_H
|