Go to the documentation of this file.
8 #include <SDL_platform.h>
10 #if defined(__WIN32__)
13 #elif defined(__LINUX__)
16 #error "Unsupported platform."
19 #ifndef _SDL_visualtest_process_h
20 #define _SDL_visualtest_process_h
33 #if defined(__WIN32__)
34 PROCESS_INFORMATION pi;
36 #elif defined(__LINUX__)