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 | *******************************************************************************/
|
---|
18 | APIRET k32AllocMemEx(PPVOID ppb, ULONG cb, ULONG flag);
|
---|
19 |
|
---|
20 |
|
---|
21 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.