Line | |
---|
1 | /* $Id: OS2UTIL.H,v 1.1 2000-04-07 18:21:08 mike Exp $ */
|
---|
2 |
|
---|
3 | /*
|
---|
4 | * OS/2 Utility functions
|
---|
5 | *
|
---|
6 | * Copyright 1998 Sander van Leeuwen (sandervl@xs4all.nl)
|
---|
7 | *
|
---|
8 | * Project Odin Software License can be found in LICENSE.TXT
|
---|
9 | *
|
---|
10 | */
|
---|
11 | #ifndef __OS2UTIL_H__
|
---|
12 | #define __OS2UTIL_H__
|
---|
13 |
|
---|
14 | char *OS2AllocMem(ULONG size);
|
---|
15 | void OS2FreeMem(char *lpMem);
|
---|
16 | void OS2MaximizeWindow(HWND hwndClient);
|
---|
17 | void InverseDC(HDC hdc, LONG lHeight);
|
---|
18 | int InitIO();
|
---|
19 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.