00001 /* $Id: win32wnd.h,v 1.4 2001/09/19 15:39:52 sandervl Exp $ */ 00002 /* 00003 * Win32 Window Class for OS/2 00004 * 00005 * Copyright 1999 Sander van Leeuwen (sandervl@xs4all.nl) 00006 * 00007 * Project Odin Software License can be found in LICENSE.TXT 00008 * 00009 */ 00010 #ifndef __WIN32WND_H__ 00011 #define __WIN32WND_H__ 00012 00013 #include <win32wbase.h> 00014 00015 //****************************************************************************** 00016 //****************************************************************************** 00017 class Win32Window : public Win32BaseWindow 00018 { 00019 public: 00020 Win32Window(CREATESTRUCTA *lpCreateStructA, ATOM classAtom, BOOL isUnicode); 00021 virtual ~Win32Window(); 00022 00023 private: 00024 }; 00025 00026 #endif //__WIN32WND_H__