fixed app not working without console

This commit is contained in:
2020-04-05 00:01:20 +02:00
parent 2d8eacef1d
commit 558317311c

View File

@@ -130,8 +130,6 @@ int ts3plugin_init() {
char configPath[PATH_BUFSIZE]; char configPath[PATH_BUFSIZE];
char pluginPath[PATH_BUFSIZE]; char pluginPath[PATH_BUFSIZE];
freopen("CONOUT$", "wb", stdout);
/* Your plugin init code here */ /* Your plugin init code here */
printf("PLUGIN: init\n"); printf("PLUGIN: init\n");