Remove bogus mingw & win16 ifdefs from plevent.h

Add stub declaration for _mbstr which isn't defined in the current mingw headers but is present in the libs.
Fix GRE definition of XPCOM_DLL for mingw.
Bug #134113 r=dougt


git-svn-id: svn://10.0.0.236/trunk@139321 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org
2003-03-12 08:35:57 +00:00
parent 021bbd8770
commit 7eb198d87a
3 changed files with 14 additions and 4 deletions

View File

@@ -173,10 +173,8 @@ and to ensure that no more events will be delivered for that owner.
#include "prmon.h"
/* For HWND */
#if defined(_WIN32) && !defined(__MINGW32__)
#if defined(XP_WIN32)
#include <windef.h>
#elif defined(WIN16) || defined(__MINGW32__)
#include <windows.h>
#elif defined(XP_OS2)
#define INCL_DOSMISC
#define INCL_DOSPROCESS