aboutsummaryrefslogtreecommitdiff
path: root/resource.h (follow)
Commit message (Collapse)AuthorAge
* Remove leftover Windows CE cruft.Simon Tatham2021-05-21
| | | | | | | | Thanks to Kaz Kylheku for pointing out that commit ff3e762fd007883 didn't do a complete job: I removed the code under '#ifdef _WIN32_WCE' in windows.c, but missed sections under the same ifdef in puzzles.h and puzzles.rc, together with an entire header file resource.h that was only included by code under those ifdefs.
* Dariusz Olszewski's changes to support compiling for PocketPC. ThisSimon Tatham2007-02-26
is mostly done with ifdefs in windows.c; so mkfiles.pl generates a new makefile (Makefile.wce) and Recipe enables it, but it's hardly any different from Makefile.vc apart from a few definitions at the top of the files. Currently the PocketPC build is not enabled in the build script, but with any luck I'll be able to do so reasonably soon. [originally from svn r7337]