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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user