Home
last modified time | relevance | path

Searched refs:LIB_DLL_GFD (Results 1 – 4 of 4) sorted by relevance

/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/TexConv2/texConvert/
DTexConvert.h31 #define LIB_DLL_GFD TEXT("gfdD.dll") macro
34 #define LIB_DLL_GFD TEXT("gfd.dll")
DTexConvert.cpp164 *hGfdDLL = LoadLibrary(LIB_DLL_GFD); in LoadDLLs()
167 printf("Failed to load DLL %ws. Exiting.", LIB_DLL_GFD); in LoadDLLs()
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gshCompile/
DgshCompile.h36 #define LIB_DLL_GFD TEXT("gfdD.dll") macro
39 #define LIB_DLL_GFD TEXT("gfd.dll")
DgshCompile.cpp111 *hGfdDLL = LoadLibrary(LIB_DLL_GFD); in LoadDLLs()
114 printf("Failed to load DLL %ws. Exiting.", LIB_DLL_GFD); in LoadDLLs()