mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-21 21:41:02 +00:00
Remove invalid forward declaration of __argc/__wargv on MSVC15
This commit is contained in:
parent
00099390da
commit
b244700e4b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user