source: trunk/src/kernel32/obsolete.cpp@ 51

Last change on this file since 51 was 51, checked in by sandervl, 26 years ago

* empty log message *

File size: 649 bytes
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/******************************************************************************/
16BOOL WIN32API FreeResource(HGLOBAL hResData)
17{
18 return(TRUE);
19}
20/******************************************************************************/
21/******************************************************************************/
Note: See TracBrowser for help on using the repository browser.