Changeset 1386 in 3DVCSoftware for trunk/compat/msvc


Ignore:
Timestamp:
13 Nov 2015, 16:29:39 (9 years ago)
Author:
tech
Message:

Merged 15.1-dev1@1381.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/compat/msvc/stdint.h

    r2 r1386  
    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.