Subversion Repositories Tewi

Rev

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

Rev 313 Rev 314
Line 1... Line 1...
1
/* $Id: tw_module.h 313 2024-10-13 23:22:06Z nishi $ */
1
/* $Id: tw_module.h 314 2024-10-14 07:37:04Z 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 12... Line 12...
12
 
12
 
13
#if defined(__OS2__)
13
#if defined(__OS2__)
14
#define INCL_DOSMODULEMGR
14
#define INCL_DOSMODULEMGR
15
#define INCL_DOSERRORS
15
#define INCL_DOSERRORS
16
#include <os2.h>
16
#include <os2.h>
17
#define MODULE_DECL APIENTRY
17
#define MODULE_DECL __export APIENTRY
18
#else
18
#else
19
#define MODULE_DECL
19
#define MODULE_DECL
20
#endif
20
#endif
21
 
21
 
22
struct tw_tool {
22
struct tw_tool {