OS/2 thread updates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4649 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
1999-11-22 05:27:57 +00:00
parent 892b89f3b7
commit 20947e08ca
5 changed files with 32 additions and 19 deletions

View File

@@ -13,14 +13,14 @@
#ifndef __OS2DNDH__
#define __OS2DNDH__
#ifdef __GNUG__
#pragma interface
#endif
#if !wxUSE_DRAG_AND_DROP
#error "You should #define wxUSE_DRAG_AND_DROP to 1 to compile this file!"
#endif //WX_DRAG_DROP
#define INCL_WINSTDDRAG
#include <os2.h>
#include <pmstddlg.h>
//-------------------------------------------------------------------------
// wxDropSource
//-------------------------------------------------------------------------

View File

@@ -14,10 +14,9 @@
#ifndef _WX_PRIVATE_H_
#define _WX_PRIVATE_H_
#define INCL_DOSPROCESS
#define INCL_DOSERRORS
#define INCL_BASE
#define INCL_PM
#define INCL_GPI
#include <os2.h>
class WXDLLEXPORT wxFont;