source: trunk/include/winos2def.h@ 10

Last change on this file since 10 was 10, checked in by phaller, 26 years ago

Experimental support vor EMX/GCC 0.9d as build environment. IBM VAC++ 3 remains default. (SET CCENV=VAC3 or EMX)

File size: 696 bytes
Line 
1/* $Id: winos2def.h,v 1.2 1999-05-27 15:17:59 phaller Exp $ */
2
3/*
4 *
5 * OS/2 declarations when including os2win.h
6 *
7 * Project Odin Software License can be found in LICENSE.TXT
8 *
9 */
10
11#ifndef __WINOS2DEF_H__
12#define __WINOS2DEF_H__
13
14#define APIENTRY_OS2 _System
15
16typedef unsigned long HMODULE;
17typedef unsigned long HINSTANCE;
18//typedef unsigned long ULONG;
19typedef char * PSZ;
20typedef ULONG MPARAM;
21typedef ULONG APIRET;
22
23extern "C" {
24 BOOL APIENTRY_OS2 WinPostMsg(HWND hwnd,
25 ULONG msg,
26 MPARAM mp1,
27 MPARAM mp2);
28
29 APIRET APIENTRY_OS2 DosSleep(ULONG msec);
30
31}
32
33#endif //__WINOS2DEF_H__
Note: See TracBrowser for help on using the repository browser.