From 5b10a619492984cb585ec4b7f55bd7f15eae9ad2 Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Fri, 14 Jan 2000 23:04:16 +0000 Subject: [PATCH] SN: Don't include (non-existing) pmstddlg.h for EMX git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5412 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/os2/dnd.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wx/os2/dnd.h b/include/wx/os2/dnd.h index ec8277545c..a92c744745 100644 --- a/include/wx/os2/dnd.h +++ b/include/wx/os2/dnd.h @@ -19,7 +19,9 @@ #define INCL_WINSTDDRAG #include +#ifndef __EMX__ #include +#endif //------------------------------------------------------------------------- // wxDropSource -- 2.50.0