this should fix the OS/2 bustage, b=128508

This commit is contained in:
darin%netscape.com 2002-03-21 01:14:28 +00:00
Родитель 52d79d5381
Коммит 5a17e02a7f
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -42,6 +42,11 @@
#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);