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

Last change on this file since 99 was 99, checked in by phaller, 26 years ago

Add: added cvs variable $Id$ to source files.

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