source: trunk/src/win32k/include/k32.h@ 2798

Last change on this file since 2798 was 2796, checked in by bird, 26 years ago

* empty log message *

File size: 566 bytes
Line 
1/* $Id: k32.h,v 1.1 2000-02-15 16:26:05 bird Exp $
2 *
3 * k32 - definitions.
4 *
5 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
6 *
7 * Project Odin Software License can be found in LICENSE.TXT
8 *
9 */
10
11#ifndef _k32_h_
12#define _k32_h_
13
14
15/*******************************************************************************
16* Exported Functions *
17*******************************************************************************/
18APIRET k32AllocMemEx(PPVOID ppb, ULONG cb, ULONG flag);
19
20
21#endif
Note: See TracBrowser for help on using the repository browser.