summaryrefslogtreecommitdiff
path: root/csgo-loader/csgo-client/Client.hpp
diff options
context:
space:
mode:
authorboris <wzn@moneybot.cc>2019-01-01 20:53:10 +1300
committerboris <wzn@moneybot.cc>2019-01-01 20:53:10 +1300
commit00b271f265450850336c8bcfdacc8671dbc8406a (patch)
tree975b2257495295c077320955c33fd2744c0e00ca /csgo-loader/csgo-client/Client.hpp
parent7a3b48831bfc9c4aa8c39c1e42d5bf5dd73e43c5 (diff)
yah
Diffstat (limited to 'csgo-loader/csgo-client/Client.hpp')
-rw-r--r--csgo-loader/csgo-client/Client.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/csgo-loader/csgo-client/Client.hpp b/csgo-loader/csgo-client/Client.hpp
index 016e3d3..0f89669 100644
--- a/csgo-loader/csgo-client/Client.hpp
+++ b/csgo-loader/csgo-client/Client.hpp
@@ -33,11 +33,11 @@ namespace Utils
// Allow console to access output stream.
FILE *file;
- freopen_s(&file, "CONOUT$", "w", stdout);
+ freopen_s(&file, STR("CONOUT$"), STR("w"), stdout);
// :^)
- SetConsoleTitleA("moneyclient $");
+ SetConsoleTitleA(STR("moneyclient $"));
- printf("[DEBUG] Hello!\n");
+ printf(STR("[DEBUG] Hello!\n"));
}
} \ No newline at end of file