Skip to content
Snippets Groups Projects
Commit 917bbb4a authored by D-AIRY's avatar D-AIRY
Browse files

Fixed macro

parent d88fad85
Branches
Tags
No related merge requests found
...@@ -69,7 +69,8 @@ static bool HandleCrashDump(const wchar_t *wszDumpPath, const wchar_t* wszMinidu ...@@ -69,7 +69,8 @@ static bool HandleCrashDump(const wchar_t *wszDumpPath, const wchar_t* wszMinidu
//########################################################################## //##########################################################################
#define LTEXT(text) L##text #define __LTEXT(text) L##text
#define LTEXT(text) __LTEXT(text)
CEngine::CEngine(int argc, char **argv, const char *szName) CEngine::CEngine(int argc, char **argv, const char *szName)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment