Changeset 410 for trunk/src/stl


Ignore:
Timestamp:
07/08/15 17:33:38 (10 years ago)
Author:
epyon
Message:
  • merge of vertex_descriptor and key_descriptor concepts - unified raw data description via data_descriptor
  • minor bugfixes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/stl/assert.cc

    r406 r410  
    55// For conditions of distribution and use, see copying.txt file in root folder.
    66
    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"
    118#include "nv/core/logging.hh"
    129
    1310extern "C" {
    1411#if NV_COMPILER == NV_MSVC
    15         NV_NORETURN void __cdecl exit( _In_ int _Code );
     12        _ACRTIMP NV_NORETURN void __cdecl exit( _In_ int _Code );
    1613#else
    1714        void exit( int status_code ) NV_NORETURN;
Note: See TracChangeset for help on using the changeset viewer.