fixed wrong eol style for some files
This commit is contained in:
@ -32,9 +32,9 @@
|
||||
#endif
|
||||
|
||||
#if defined(_WIN32)
|
||||
# include <windows.h>
|
||||
#elif defined(__OS2__)
|
||||
# define INCL_DOSPROCESS
|
||||
# include <windows.h>
|
||||
#elif defined(__OS2__)
|
||||
# define INCL_DOSPROCESS
|
||||
# include <os2.h>
|
||||
#else
|
||||
# include "syscall.h"
|
||||
@ -151,8 +151,8 @@ void qse_assert_failed (
|
||||
qse_sio_flush (QSE_SIO_ERR);
|
||||
|
||||
#if defined(_WIN32)
|
||||
ExitProcess (1);
|
||||
#elif defined(__OS2__)
|
||||
ExitProcess (1);
|
||||
#elif defined(__OS2__)
|
||||
DosExit (EXIT_PROCESS, 1);
|
||||
#else
|
||||
QSE_KILL (QSE_GETPID(), SIGABRT);
|
||||
|
Reference in New Issue
Block a user