mirror of
https://github.com/encounter/SDL.git
synced 2025-05-30 03:01:29 +00:00
only geniconv/iconv.h (was from LGPL libiconv) is replaced with a generic minimal iconv.h based on public knowledge.
10 lines
152 B
C
10 lines
152 B
C
#ifndef OS2CP_H
|
|
#define OS2CP_H 1
|
|
|
|
#define SYSTEM_CP 0
|
|
|
|
char * os2cpToName(unsigned long cp);
|
|
unsigned long os2cpFromName(char *cp);
|
|
|
|
#endif // OS2CP_H
|