#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 buildVersionUpdate.\n" |
◆ FORMAT
| #define FORMAT "#define " VERSION_STRING " \"%d.%d.%d\"\n" |
◆ NUMFMT
| #define NUMFMT "#define %s %d\n" |
◆ NUMFMT_MINOR
| #define NUMFMT_MINOR "#define %s %d ///< This effects the replay version number.\n" |
◆ VERSION_BUILDNUM
| #define VERSION_BUILDNUM "VERSION_BUILDNUM" |
◆ VERSION_MAJOR
| #define VERSION_MAJOR "VERSION_MAJOR" |
◆ VERSION_MINOR
| #define VERSION_MINOR "VERSION_MINOR" |
◆ VERSION_STRING
| #define VERSION_STRING "VERSION_STRING" |
◆ WIN32_LEAN_AND_MEAN
| #define WIN32_LEAN_AND_MEAN |
◆ WinMain()
| int APIENTRY WinMain |
( |
HINSTANCE | hInstance, |
|
|
HINSTANCE | hPrevInstance, |
|
|
LPSTR | lpCmdLine, |
|
|
int | nCmdShow ) |