Changeset 1362 in 3DVCSoftware for branches/HTM-15.2-dev/compat/msvc/stdint.h


Ignore:
Timestamp:
28 Oct 2015, 19:15:08 (9 years ago)
Author:
tech
Message:

Align macros

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-15.2-dev/compat/msvc/stdint.h

    r2 r1362  
    11#pragma once
     2#ifndef _MSC_VER
     3#error local C99 type definition should only be used in Visual C++ before 2010
     4#endif
     5#if _MSC_VER > 1500
     6#error local C99 type definition should only be used in Visual C++ before 2010
     7#endif
    28
    39/* a minimal set of C99 types for use with MSVC */
Note: See TracChangeset for help on using the changeset viewer.