source: branches/gcc-kmk/src/ddraw/os2util.h@ 21692

Last change on this file since 21692 was 21692, checked in by dmik, 14 years ago

Normalize file case.

Change all uppercase filenames and extensions to lowercase (except well known cases like LICENSE.TXT and so on).

File size: 505 bytes
Line 
1/* $Id: OS2UTIL.H,v 1.7 2002-12-04 15:21:40 sandervl 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
14char *OS2AllocMem(ULONG size);
15void OS2FreeMem(char *lpMem);
16void OS2MaximizeWindow(HWND hwndClient);
17BOOL OSLibPostMessage(HWND hwnd, ULONG msg, ULONG mp1, ULONG mp2);
18void InverseDC(HDC hdc, LONG lHeight);
19int InitIO();
20
21#endif
Note: See TracBrowser for help on using the repository browser.