summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/src/noicon.rc
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/puzzles/src/noicon.rc')
-rw-r--r--apps/plugins/puzzles/src/noicon.rc11
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/src/noicon.rc b/apps/plugins/puzzles/src/noicon.rc
new file mode 100644
index 0000000000..1de605d605
--- /dev/null
+++ b/apps/plugins/puzzles/src/noicon.rc
@@ -0,0 +1,11 @@
1/* Puzzle resource file without an icon, used in the absence of icons/foo.rc */
2
3#include "puzzles.rc2"
4
5/* XXX this probably isn't the right test, but it'll do. */
6#ifdef MINGW32_FIX
7/* XXX The MinGW toolchain (specifically, windres) doesn't like a resource
8 * file with no resources. Give it a dummy one.
9 * This can go if/when VERSIONINFO resources are added. */
10200 RCDATA { 0 }
11#endif