chiark / gitweb /
Fix completion checking in Killer Solo.
[sgt-puzzles.git] / noicon.rc
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. */
10 200 RCDATA { 0 }
11 #endif