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