Searched refs:sofile_t (Results 1 – 1 of 1) sorted by relevance
43 wchar_t *sofile_t = SDL_malloc((MAX_PATH+1) * sizeof(wchar_t)); in SDL_LoadObject() local45 MultiByteToWideChar(CP_ACP, MB_PRECOMPOSED, sofile, -1, sofile_t, MAX_PATH); in SDL_LoadObject()46 handle = (void *)LoadLibrary(sofile_t); in SDL_LoadObject()59 SDL_free(sofile_t); in SDL_LoadObject()