[w3m-dev 04143] Patch for OS/2

* config.h.in: ifdef HAVE_SETPGRP
* configure.in: define USE_BINMODE_STREAM for *os2-emx*
* islang.c: ULONG -> unsigned long
* main.c: ULONG -> unsigned long
This commit is contained in:
Fumitoshi UKAI
2005-02-26 17:06:44 +00:00
parent fa58752f06
commit 088e2bc30b
4 changed files with 8 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ main(int argc, char **argv)
return 1;
if (isdigit((int)*argv[1])) {
ULONG CpList[8], CpSize;
unsigned long CpList[8], CpSize;
APIRET rc = DosQueryCp(sizeof(CpList), CpList, &CpSize);
if (rc)
return rc;