source: trunk/src/user32/old/initterm.h@ 5890

Last change on this file since 5890 was 5684, checked in by sandervl, 24 years ago

frame only user32 version

File size: 364 bytes
Line 
1/* $Id: initterm.h,v 1.1 2001-05-11 08:35:18 sandervl Exp $ */
2
3/*
4 * Win32 icon conversion functions for OS/2
5 *
6 * Copyright 1998 Sander van Leeuwen
7 *
8 *
9 * Project Odin Software License can be found in LICENSE.TXT
10 *
11 */
12#ifndef __INITTERM_H__
13#define __INITTERM_H__
14
15extern DWORD hInstanceUser32;
16
17//winicon.cpp
18void RestoreCursor();
19
20#endif //__INITTERM_H__
Note: See TracBrowser for help on using the repository browser.