Changeset 410 for trunk/src/stl
- Timestamp:
- 07/08/15 17:33:38 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/stl/assert.cc
r406 r410 5 5 // For conditions of distribution and use, see copying.txt file in root folder. 6 6 7 #define NV_BASE_COMMON_HH 8 #define NV_INTERNAL_INCLUDE 9 #include "nv/base/assert.hh" 10 #undef NV_BASE_COMMON_HH 7 #include "nv/base/common.hh" 11 8 #include "nv/core/logging.hh" 12 9 13 10 extern "C" { 14 11 #if NV_COMPILER == NV_MSVC 15 NV_NORETURN void __cdecl exit( _In_ int _Code );12 _ACRTIMP NV_NORETURN void __cdecl exit( _In_ int _Code ); 16 13 #else 17 14 void exit( int status_code ) NV_NORETURN;
Note: See TracChangeset
for help on using the changeset viewer.