Include of nsIOService.h was somehow including <os2h> later without #defines we need - solution is to add #define INCL_ statements at the beginning

git-svn-id: svn://10.0.0.236/trunk@117038 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkaply%us.ibm.com
2002-03-21 05:00:45 +00:00
parent 88a1e88a2a
commit 2260b95730

View File

@@ -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 <os2.h>
static int isleadbyte(int c);
NS_IMETHODIMP