Home
last modified time | relevance | path

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

/sdk/emulator/opengl/shared/OpenglOsUtils/
DosDynLibrary.h55 # define DLL_EXTENSION "" // _WIN32 LoadLibrary only accept name w/o .dll extension macro
57 # define DLL_EXTENSION ".dylib" macro
59 # define DLL_EXTENSION ".so" macro
63 # define EMUGL_LIBNAME(name) "lib64" name DLL_EXTENSION
65 # define EMUGL_LIBNAME(name) "lib" name DLL_EXTENSION