aboutsummaryrefslogtreecommitdiff
path: root/puzzles.rc
blob: d566478caac01328201100260f59e7249f5affb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Windows resource file for all puzzles. */

#if defined ICON_FILE
200 ICON ICON_FILE
#else
#ifdef MINGW32_FIX
/* XXX The MinGW toolchain (specifically, windres) doesn't like a resource
 * file with no resources. Give it a dummy one.
 * This can go if/when VERSIONINFO resources are added. */
200 RCDATA { 0 }
#endif
#endif