Searched refs:aygshell (Results 1 – 3 of 3) sorted by relevance
107 HINSTANCE aygshell = NULL; variable119 if( !aygshell ) in LoadAygshell()120 aygshell = SDL_LoadObject("aygshell.dll"); in LoadAygshell()121 if( (aygshell != 0) && (SHFullScreen == 0) ) in LoadAygshell()123 …SHFullScreen = (int (WINAPI *)(struct HWND__ *,unsigned long)) SDL_LoadFunction(aygshell, "SHFullS… in LoadAygshell()
75 extern HINSTANCE aygshell;1145 if( aygshell ) in GAPI_VideoQuit()1147 FreeLibrary(aygshell); in GAPI_VideoQuit()1148 aygshell = NULL; in GAPI_VideoQuit()
67 extern HINSTANCE aygshell;1157 if( aygshell )1159 FreeLibrary(aygshell);1160 aygshell = NULL;