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

@@ -25,13 +25,15 @@
#define INCL_DOSMODULEMGR
#define INCL_WIN
#define INCL_GPI
#define INCL_GPIBITMAPS // GPI bit map functions
#define INCL_GPIBITMAPS /* GPI bit map functions */
#include <os2.h>
#include <gradd.h>
#if 0 /* not used */
#define INCL_GRE_DEVICE
#define INCL_GRE_DEVMISC
#include <pmddi.h>
#endif
#include "SDL_os2output.h"
#include "gradd.h"
#include "SDL_os2video.h"
typedef struct _VODATA {