#include <windows.h>
#include <lmcons.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
Go to the source code of this file.
|
| int APIENTRY | WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) |
| |
◆ COMMENTS
| #define COMMENTS "// Do not modify this file by hand. Auto-created and\n// Updated by versionUpdate.\n" |
◆ FORMAT
| #define FORMAT "#define " VERSION_STRING " \"%d\"\n" |
◆ NUMFMT
| #define NUMFMT "#define %s %d\n" |
◆ STRFMT
| #define STRFMT "#define %s \"%s\"\n" |
◆ VERSION_BUILDLOC
| #define VERSION_BUILDLOC "VERSION_BUILDLOC" |
◆ VERSION_BUILDNUM
| #define VERSION_BUILDNUM "VERSION_LOCALBUILDNUM" |
◆ VERSION_BUILDUSER
| #define VERSION_BUILDUSER "VERSION_BUILDUSER" |
◆ VERSION_STRING
| #define VERSION_STRING "LOCAL_BUILD_STRING" |
◆ WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN |
◆ WinMain()
| int APIENTRY WinMain |
( |
HINSTANCE | hInstance, |
|
|
HINSTANCE | hPrevInstance, |
|
|
LPSTR | lpCmdLine, |
|
|
int | nCmdShow ) |