Searched refs:LoadLibrary (Results 1 – 21 of 21) sorted by relevance
90 s_pXInputDLL = LoadLibrary(L"XInput1_4.dll"); /* 1.4 Ships with Windows 8. */ in WIN_LoadXInputDLL()93 …s_pXInputDLL = LoadLibrary(L"XInput1_3.dll"); /* 1.3 can be installed as a redistributable compon… in WIN_LoadXInputDLL()96 s_pXInputDLL = LoadLibrary(L"bin\\XInput1_3.dll"); in WIN_LoadXInputDLL()100 s_pXInputDLL = LoadLibrary(L"XInput9_1_0.dll"); in WIN_LoadXInputDLL()
32 static inline void* LoadLibrary(const char* lib) { in LoadLibrary() function33 return ::LoadLibrary(lib); in LoadLibrary()49 static inline void* LoadLibrary(const char* lib) {
43 void *handle = (void *) LoadLibrary(tstr); in SDL_LoadObject()
43 HANDLE psapi = LoadLibrary(L"psapi.dll"); in SDL_GetBasePath()
343 hHID = LoadLibrary( TEXT( "hid.dll" ) ); in RAWINPUT_AddDevice()
806 hComctl32 = LoadLibrary(TEXT("Comctl32.dll")); in WIN_ShowMessageBox()
1888 lt_cv_dlopen="LoadLibrary"
1876 lt_cv_dlopen="LoadLibrary"
429 lt_cv_dlopen=LoadLibrary
1908 lt_cv_dlopen="LoadLibrary"
9707 lt_cv_dlopen="LoadLibrary"
11042 lt_cv_dlopen=LoadLibrary
1753 lt_cv_dlopen="LoadLibrary"
1867 lt_cv_dlopen="LoadLibrary"
1939 lt_cv_dlopen=LoadLibrary
1953 lt_cv_dlopen=LoadLibrary
Completed in 110 milliseconds