mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Finished the SLIC3R_HAS_BROKEN_CROAK magic.
This commit is contained in:
parent
eb61373b69
commit
2e53c06159
2 changed files with 7 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef WIN32
|
||||
#include <Windows.h>
|
||||
|
@ -23,7 +24,7 @@ void confess_at(const char *file, int line, const char *func, const char *format
|
|||
strcat(dest, "\r\n Closing the application.\r\n");
|
||||
#ifdef WIN32
|
||||
::MessageBoxA(NULL, dest, "Slic3r Prusa Edition", MB_OK | MB_ICONERROR);
|
||||
#endif;
|
||||
#endif
|
||||
|
||||
// Give up.
|
||||
printf(dest);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue