diff options
Diffstat (limited to 'ldmicro/miscutil.cpp')
-rw-r--r-- | ldmicro/miscutil.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ldmicro/miscutil.cpp b/ldmicro/miscutil.cpp index 77b2791..2a9b6f1 100644 --- a/ldmicro/miscutil.cpp +++ b/ldmicro/miscutil.cpp @@ -117,10 +117,10 @@ void CompileSuccessfulMessage(char *str) //AttachConsoleDynamic(ATTACH_PARENT_PROCESS); //HANDLE h = GetStdHandle(STD_OUTPUT_HANDLE); //DWORD written; - //riteFile(h, str, strlen(str), &written, NULL); + //WriteFile(h, str, strlen(str), &written, NULL); } else { - // MessageBox(MainWindow, str, _("Compile Successful"), - // MB_OK | MB_ICONINFORMATION); + MessageBox(MainWindow, str, _("Compile Successful"), + MB_OK, MB_ICONINFORMATION); } } |