OS/2 bustage - XP_PC does NOT equal XP_WIN

git-svn-id: svn://10.0.0.236/trunk@134798 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkaply%us.ibm.com
2002-12-04 17:25:44 +00:00
parent dd4c8f8139
commit 47134f84a9
2 changed files with 4 additions and 4 deletions

View File

@@ -51,7 +51,7 @@ static NS_DEFINE_CID(kIOServiceCID, NS_IOSERVICE_CID);
#include "nsCRT.h"
#include "prprf.h"
#ifdef XP_PC
#ifdef XP_WIN
#include <windows.h>
#include <sys/types.h>
#include <sys/stat.h>
@@ -252,7 +252,7 @@ PageGrabber::Grab(const nsAFlatCString& aURL)
}
// Enter the message pump to allow the URL load to proceed.
#ifdef XP_PC
#ifdef XP_WIN
MSG msg;
while ( !copier->IsDone() ) {
if (PeekMessage(&msg, NULL, 0, 0, PM_REMOVE)) {