Line | |
---|
1 | /*
|
---|
2 | * Win32 misc APIs
|
---|
3 | *
|
---|
4 | * Copyright 1998 Sander van Leeuwen
|
---|
5 | *
|
---|
6 | *
|
---|
7 | * Project Odin Software License can be found in LICENSE.TXT
|
---|
8 | *
|
---|
9 | */
|
---|
10 | #include <os2win.h>
|
---|
11 |
|
---|
12 | //Api's that are obsolete, but some apps might still reference them
|
---|
13 | //(the Red Alert AUTORUN.EXE does)
|
---|
14 | /******************************************************************************/
|
---|
15 | /******************************************************************************/
|
---|
16 | BOOL WIN32API FreeResource(HGLOBAL hResData)
|
---|
17 | {
|
---|
18 | return(TRUE);
|
---|
19 | }
|
---|
20 | /******************************************************************************/
|
---|
21 | /******************************************************************************/
|
---|
Note:
See
TracBrowser
for help on using the repository browser.