Home
last modified time | relevance | path

Searched defs: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