From 6baf042e132a958d4ac82fe628dd4e5967324441 Mon Sep 17 00:00:00 2001 From: "mkaply%us.ibm.com" Date: Thu, 21 Mar 2002 05:00:45 +0000 Subject: [PATCH] Include of nsIOService.h was somehow including later without #defines we need - solution is to add #define INCL_ statements at the beginning --- netwerk/base/src/nsIOServiceOS2.cpp | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/netwerk/base/src/nsIOServiceOS2.cpp b/netwerk/base/src/nsIOServiceOS2.cpp index c7bb497edc20..15f4a95ebe47 100644 --- a/netwerk/base/src/nsIOServiceOS2.cpp +++ b/netwerk/base/src/nsIOServiceOS2.cpp @@ -38,17 +38,13 @@ * ***** END LICENSE BLOCK ***** */ /* OS/2-specific local file uri parsing */ +#define INCL_DOSERRORS +#define INCL_DOS #include "nsIOService.h" #include "nsEscape.h" #include "nsPrintfCString.h" #include "nsILocalFile.h" -#define INCL_DOS -#define INCL_DOSERRORS -#define INCL_WIN -#define INCL_GPI -#include - static int isleadbyte(int c); NS_IMETHODIMP