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

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

Added new logging feature

File size: 772 bytes
Line 
1/* $Id: obsolete.cpp,v 1.3 2000-02-16 14:25:43 sandervl 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#define DBG_LOCALLOG DBG_obsolete
15#include "dbglocal.h"
16
17//Api's that are obsolete, but some apps might still reference them
18//(the Red Alert AUTORUN.EXE does)
19/******************************************************************************/
20/******************************************************************************/
21BOOL WIN32API FreeResource(HGLOBAL hResData)
22{
23 return(TRUE);
24}
25/******************************************************************************/
26/******************************************************************************/
Note: See TracBrowser for help on using the repository browser.