Stop the analysis pass in Loopy's redraw routine from being
[sgt/puzzles] / noicon.rc
CommitLineData
7a4c7e32 1/* Puzzle resource file without an icon, used in the absence of icons/foo.rc */
2
3#include "puzzles.rc2"
0968d748 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