/* $Id: kdbhookhlp.cpp,v 1.1 2004-01-12 09:55:26 sandervl Exp $ */ /* * OS/2 native Presentation Manager hooks * * * Large Portions (C) Ulrich M”ller, XWorkplace * Copyright 2001 Patrick Haller (patrick.haller@innotek.de) * Copyright 2002-2003 Innotek Systemberatung GmbH * * Project Odin Software License can be found in LICENSE.TXT * */ #define INCL_WIN #define INCL_WININPUT #define INCL_WINMESSAGEMGR #define INCL_WINHOOKS #define INCL_PM #define INCL_BASE #define INCL_ERRORS #include #include #include #include #include #include #include #include #include #include //****************************************************************************** //****************************************************************************** const char *WIN32API QueryCustomStdClassName() { return ODIN_WIN32_STDCLASS; } //****************************************************************************** //******************************************************************************