Home
last modified time | relevance | path

Searched refs:shcoreDLL (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsvideo.c93 if (data->shcoreDLL) { in WIN_DeleteDevice()
94 SDL_UnloadObject(data->shcoreDLL); in WIN_DeleteDevice()
132 data->shcoreDLL = SDL_LoadObject("SHCORE.DLL"); in WIN_CreateDevice()
133 if (data->shcoreDLL) { in WIN_CreateDevice()
134 … *)(HMONITOR, MONITOR_DPI_TYPE, UINT *, UINT *)) SDL_LoadFunction(data->shcoreDLL, "GetDpiForMonit… in WIN_CreateDevice()
A DSDL_windowsvideo.h138 void* shcoreDLL; member

Completed in 4 milliseconds