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