[SDK][CRT] Fix _ismbblead undefined error on MSVC
[reactos.git] / sdk / lib / crt / startup / wcrtexe.c
1 /**
2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the w64 mingw-runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
5 */
6
7 #define WPRFLAG
8 #define UNICODE
9 #define _UNICODE
10 #define mainCRTStartup wmainCRTStartup
11 #define WinMainCRTStartup wWinMainCRTStartup
12 #define mingw_pcinit mingw_pwcinit
13 #define mingw_pcppinit mingw_pwcppinit
14
15 #include "crtexe.c"