Changeset 113 for trunk/src/library.cc
- Timestamp:
- 06/09/13 16:08:04 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/library.cc
r109 r113 15 15 # define NV_LIB_GET( handle, name ) GetProcAddress( handle, name ) 16 16 # define NV_LIB_CLOSE( name ) !FreeLibrary( name ) 17 #elif NV_PLATFORM == NV_LINUX 17 #elif NV_PLATFORM == NV_LINUX || NV_PLATFORM == NV_APPLE 18 18 # include <dlfcn.h> 19 19 # define NV_LIB_EXT ".so"
Note: See TracChangeset
for help on using the changeset viewer.