SynGame/allegro-5.0.10-mingw-4.7.0/include/allegro5/internal/aintern_wunicode.h

24 lines
358 B
C

#ifndef __al_included_allegro5_aintern_wunicode_h
#define __al_included_allegro5_aintern_wunicode_h
#ifdef ALLEGRO_WINDOWS
#ifdef __cplusplus
extern "C" {
#endif
AL_FUNC(wchar_t *, _al_win_utf16, (const char *s));
AL_FUNC(char *, _al_win_utf8, (const wchar_t *ws));
#ifdef __cplusplus
}
#endif
#endif
#endif
/* vim: set ts=8 sts=3 sw=3 et: */