lite-xl/src/platform/codesets.h

17 lines
267 B
C

#ifndef _CODESETS_H
#define _CODESETS_H
#include <proto/dos.h>
#include <proto/exec.h>
#if defined(__amigaos4__)
#include <proto/codesets.h>
#endif
#if defined(__morphos__)
#include <proto/charsets.h>
#endif
int OpenLibs(void);
int CleanExit(const char *);
#endif