fixed wrong eol style for some files

This commit is contained in:
2011-03-17 02:37:06 +00:00
parent 680c45e9ed
commit 287d67101a
9 changed files with 223 additions and 223 deletions

View File

@ -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);