Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 422 Bytes

msg-lx.h

File metadata and controls

19 lines (13 loc) · 422 Bytes
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/**
* 2ine; an OS/2 emulator for Linux.
*
* Please see the file LICENSE.txt in the source's root directory.
*/
/* THIS FILE IS AUTOGENERATED. DO NOT EDIT BY HAND. see lxapigen.pl */
/* This is glue code for OS/2 binaries. Native binaries don't need this. */
#if LX_LEGACY
LX_NATIVE_MODULE_INIT()
LX_NATIVE_EXPORT(DosPutMessage, 5)
LX_NATIVE_MODULE_INIT_END()
#endif /* LX_LEGACY */
/* end of msg-lx.h ... */