Subversion Repositories Tewi

Rev

Rev 347 | Rev 359 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 347 Rev 349
Line 1... Line 1...
1
/* $Id: main.c 347 2024-10-15 16:33:28Z nishi $ */
1
/* $Id: main.c 349 2024-10-15 20:08:08Z nishi $ */
2
 
2
 
3
#define SOURCE
3
#define SOURCE
4
 
4
 
5
#include "../config.h"
5
#include "../config.h"
6
 
6
 
Line 35... Line 35...
35
#include "tw_version.h"
35
#include "tw_version.h"
36
 
36
 
37
#if defined(__MINGW32__) || defined(_MSC_VER) || defined(__BORLANDC__) || (defined(__WATCOMC__) && !defined(__OS2__) && !defined(__NETWARE__))
37
#if defined(__MINGW32__) || defined(_MSC_VER) || defined(__BORLANDC__) || (defined(__WATCOMC__) && !defined(__OS2__) && !defined(__NETWARE__))
38
#include <windows.h>
38
#include <windows.h>
39
#elif defined(__NETWARE__)
39
#elif defined(__NETWARE__)
40
#include <nks/thread.h>
-
 
41
#include <screen.h>
-
 
42
#endif
40
#endif
43
 
41
 
44
#ifdef _PSP
42
#ifdef _PSP
45
#include <pspkernel.h>
43
#include <pspkernel.h>
46
#include <pspdebug.h>
44
#include <pspdebug.h>