ansicon/version.h
Jason Hood a52a46c9c1 New method to obtain 32-bit LoadLibraryW from 64-bit code, eliminating the need
for ANSI-LLW.exe.
Set the code page so ansicon.exe can display some strings properly.
Expand wildcards for -t.
VC6 can now compile the 32-bit version; use it for the release binaries.
Improvements to the VC makefile.
Describe the sequences in a bit more detail.
2012-11-24 23:41:29 +10:00

10 lines
320 B
C

/*
version.h - Version defines.
*/
#define PVERS L"1.60" // wide string
#define PVERSA "1.60" // ANSI string (windres 2.16.91 didn't like L)
#define PVERE L"160" // wide environment string
#define PVEREA "160" // ANSI environment string
#define PVERB 1,6,0,0 // binary (resource)