diff --git a/src/archutils/Win32/winres.h b/src/archutils/Win32/winres.h new file mode 100644 index 0000000000..cba13f4eb8 --- /dev/null +++ b/src/archutils/Win32/winres.h @@ -0,0 +1,6 @@ +/* Since VS generates WindowsResources.rc we can't edit it directly. */ +#if defined(_MSC_VER) +#include // Just in case +#else +#include +#endif \ No newline at end of file