Changeset 123
- Timestamp:
- 06/16/13 20:53:17 (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nv.lua
r121 r123 39 39 end 40 40 41 configuration "linux" 42 linkoptions { "-ldl" } 43 41 44 configuration "vs*" 42 45 defines { "_SECURE_SCL=0", "_CRT_SECURE_NO_WARNINGS=1" } -
trunk/nv/common.hh
r121 r123 136 136 #endif 137 137 138 139 138 namespace nv 140 139 { … … 184 183 if (p == 0) 185 184 { 185 #ifdef NV_LOG 186 186 NV_THROW( std::bad_cast ); 187 #endif 187 188 } 188 189
Note: See TracChangeset
for help on using the changeset viewer.