Subversion Repositories Tewi

Rev

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

Rev 315 Rev 367
Line 1... Line 1...
1
/* $Id: tw_module.h 315 2024-10-14 10:01:02Z nishi $ */
1
/* $Id: tw_module.h 367 2024-10-17 04:22:49Z nishi $ */
2
 
2
 
3
#ifndef __TW_MODULE_H__
3
#ifndef __TW_MODULE_H__
4
#define __TW_MODULE_H__
4
#define __TW_MODULE_H__
5
 
5
 
6
#ifdef __cplusplus
6
#ifdef __cplusplus
Line 8... Line 8...
8
#endif
8
#endif
9
 
9
 
10
#include "tw_config.h"
10
#include "tw_config.h"
11
#include "tw_http.h"
11
#include "tw_http.h"
12
 
12
 
-
 
13
#ifdef __NETWARE__
-
 
14
#include <nwconio.h>
-
 
15
#define END_MODULE int main(){DestroyScreen(GetCurrentScreen());while(1);return 0;}
-
 
16
#else
-
 
17
#define END_MODULE
-
 
18
#endif
-
 
19
 
13
#if defined(__OS2__)
20
#if defined(__OS2__)
14
#define INCL_DOSMODULEMGR
21
#define INCL_DOSMODULEMGR
15
#define INCL_DOSERRORS
22
#define INCL_DOSERRORS
16
#include <os2.h>
23
#include <os2.h>
17
#define MODULE_DECL __export APIENTRY
24
#define MODULE_DECL __export APIENTRY