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

This commit is contained in:
mkaply%us.ibm.com 2002-03-21 05:00:45 +00:00
Родитель 9c777b0bb1
Коммит 6baf042e13
1 изменённых файлов: 2 добавлений и 6 удалений

Просмотреть файл

@ -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