os2: update include paths. add missing libc includes to geniconv.

This commit is contained in:
Ozkan Sezer
2020-10-14 23:01:01 +03:00
parent 74cfb81dbb
commit 110a0f7bb1
13 changed files with 34 additions and 36 deletions

View File

@@ -1,10 +1,11 @@
#include "os2cp.h"
#define INCL_DOSNLS
#define INCL_DOSERRORS
#include <os2.h>
#include <string.h>
#include <ctype.h>
#include "os2cp.h"
typedef struct _CP2NAME {
ULONG ulCode;
PSZ pszName;