Searched refs:DLL_EXTENSION (Results 1 – 1 of 1) sorted by relevance
55 # define DLL_EXTENSION "" // _WIN32 LoadLibrary only accept name w/o .dll extension macro57 # define DLL_EXTENSION ".dylib" macro59 # define DLL_EXTENSION ".so" macro63 # define EMUGL_LIBNAME(name) "lib64" name DLL_EXTENSION65 # define EMUGL_LIBNAME(name) "lib" name DLL_EXTENSION