From 00b271f265450850336c8bcfdacc8671dbc8406a Mon Sep 17 00:00:00 2001 From: boris Date: Tue, 1 Jan 2019 20:53:10 +1300 Subject: yah --- csgo-loader/csgo-client/Client.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'csgo-loader/csgo-client/Client.hpp') 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 -- cgit v1.2.3