mirror of
https://github.com/aap/librw.git
synced 2025-12-21 01:49:56 +00:00
implemented userdata plugin
This commit is contained in:
@@ -204,14 +204,11 @@ int WINAPI
|
||||
WinMain(HINSTANCE instance, HINSTANCE,
|
||||
PSTR cmdLine, int showCmd)
|
||||
{
|
||||
char *argv[1] = {
|
||||
"clumpview",
|
||||
};
|
||||
AllocConsole();
|
||||
freopen("CONIN$", "r", stdin);
|
||||
freopen("CONOUT$", "w", stdout);
|
||||
freopen("CONOUT$", "w", stderr);
|
||||
|
||||
return main(1, argv);
|
||||
return main(__argc, __argv);
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user