diff options
author | Pascal Bach <pascal.bach@siemens.com> | 2014-12-02 12:33:42 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-12-03 14:07:11 (GMT) |
commit | 681cda02bf656c1cc114632d60afc8bd0cac4b09 (patch) | |
tree | 7a99207d9585924609ebdf9069c3e146d0a68f81 /CTestCustom.cmake.in | |
parent | 433c6d4689ca86f1a8d8d966be0204e98f95b968 (diff) | |
download | CMake-681cda02bf656c1cc114632d60afc8bd0cac4b09.zip CMake-681cda02bf656c1cc114632d60afc8bd0cac4b09.tar.gz CMake-681cda02bf656c1cc114632d60afc8bd0cac4b09.tar.bz2 |
VS, WINCE: Fix entry point for Unicode builds
When _UNICODE is defined VS uses wmain instead of main as the entry function.
To make this correctly work on WindowsCE EntryPointSymbol needs to be set to
mainWCRTStartup instead of mainACRTStartup for console applications and to
wWinMainCRTStartup instead of WinMainCRTStartup for GUI applications.
Signed-off-by: Pascal Bach <pascal.bach@siemens.com>
Diffstat (limited to 'CTestCustom.cmake.in')
0 files changed, 0 insertions, 0 deletions