SDL  2.0
SDL_os2.h File Reference
#include "SDL_log.h"
#include "SDL_stdinc.h"
#include "geniconv/geniconv.h"
+ Include dependency graph for SDL_os2.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define debug_os2(s, ...)   do {} while (0)
 
#define OS2_SysToUTF8(S)   StrUTF8New(1, (S), SDL_strlen((S)) + 1)
 
#define OS2_UTF8ToSys(S)   StrUTF8New(0, (char *)(S), SDL_strlen((S)) + 1)
 

Functions

void SDL_OS2Quit (void)
 

Macro Definition Documentation

◆ debug_os2

#define debug_os2 (   s,
  ... 
)    do {} while (0)

Definition at line 38 of file SDL_os2.h.

◆ OS2_SysToUTF8

#define OS2_SysToUTF8 (   S)    StrUTF8New(1, (S), SDL_strlen((S)) + 1)

Definition at line 44 of file SDL_os2.h.

◆ OS2_UTF8ToSys

#define OS2_UTF8ToSys (   S)    StrUTF8New(0, (char *)(S), SDL_strlen((S)) + 1)

Definition at line 45 of file SDL_os2.h.

Function Documentation

◆ SDL_OS2Quit()

void SDL_OS2Quit ( void  )

Referenced by SDL_QuitSubSystem().