source: trunk/src/user32/pmwindow.h@ 1036

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

Moved new user32 here

File size: 367 bytes
Line 
1/* $Id: pmwindow.h,v 1.1 1999-09-15 23:18:55 sandervl Exp $ */
2/*
3 * Win32 Window Managment Code for OS/2
4 *
5 * Copyright 1998-1999 Sander van Leeuwen (sandervl@xs4all.nl)
6 *
7 */
8#ifndef __PMWINDOW_H__
9#define __PMWINDOW_H__
10
11#define WIN32_STDCLASS "Win32WindowClass"
12
13BOOL InitPM();
14
15void RegisterSystemClasses(ULONG hModule);
16void UnregisterSystemClasses();
17
18#endif
Note: See TracBrowser for help on using the repository browser.