Changeset 1362 in 3DVCSoftware for branches/HTM-15.2-dev/compat/msvc
- Timestamp:
- 28 Oct 2015, 19:15:08 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-15.2-dev/compat/msvc/stdint.h
r2 r1362 1 1 #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 2 8 3 9 /* a minimal set of C99 types for use with MSVC */
Note: See TracChangeset for help on using the changeset viewer.