Wed, 05 Aug 2009 15:04:55 +0100
Fixed printing so uncompressed mode is no longer used; now sends an uncompressed Packbits stream instead.
Added SetOption and GetOption, so can now turn autocut and mirror on and off. Defaults to both off after init.
1 #define VER_COMPILE_DATE "@@date@@"
2 #define VER_COMPILE_TIME "@@time@@"
3 #define VER_COMPILE_BY "@@whoami@@"
4 #define VER_COMPILE_HOST "@@hostname@@"
5 #define VER_COMPILER "@@compiler@@"
6 #define VER_BUILD_TYPE "@@buildtype@@"
7 #define VER_CFLAGS "@@cflags@@"
9 #define VER_MAJOR @@majorver@@
10 #define VER_MINOR @@minorver@@
11 #define VER_BUILDNUM @@buildnum@@
12 #define VER_EXTRA "@@extraver@@"
13 #define VER_SVNREV @@svnrev@@
15 #define VER_FULLSTR "@@fullverstr@@"