Remove invalid forward declaration of __argc/__wargv on MSVC15

This commit is contained in:
David Capello 2016-11-17 18:11:32 -03:00
parent 00099390da
commit b244700e4b

View File

@ -51,9 +51,6 @@ void clear_keyboard_buffer()
extern int app_main(int argc, char* argv[]);
#if _WIN32
extern int __argc;
extern wchar_t** __wargv;
int WINAPI wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
PWSTR lpCmdLine, int nCmdShow) {
int argc = __argc;