Update stdtypes.h
Convert multi line comments into single line comments
This commit is contained in:
parent
e7353ceac4
commit
e47397ce88
|
@ -1,9 +1,8 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
/*
|
// Some versions of Microsoft Visual C/++ compilers before Visual Studio 2010
|
||||||
* Some versions of Microsoft Visual C/++ compilers before Visual Studio 2010
|
// have <stdint.h> removed in favor of these non-standard built-in types:
|
||||||
* have <stdint.h> removed in favor of these nonstandard built-in types:
|
|
||||||
*/
|
|
||||||
#if defined(_MSC_VER) && (_MSC_VER < 1600)
|
#if defined(_MSC_VER) && (_MSC_VER < 1600)
|
||||||
typedef signed __int8 int8_t;
|
typedef signed __int8 int8_t;
|
||||||
typedef signed __int16 int16_t;
|
typedef signed __int16 int16_t;
|
||||||
|
|
Loading…
Reference in New Issue