OSVR-Core
StdInt.h
Go to the documentation of this file.
1 
13 /*
14 // Copyright 2014 Sensics, Inc.
15 //
16 // Licensed under the Apache License, Version 2.0 (the "License");
17 // you may not use this file except in compliance with the License.
18 // You may obtain a copy of the License at
19 //
20 // http://www.apache.org/licenses/LICENSE-2.0
21 //
22 // Unless required by applicable law or agreed to in writing, software
23 // distributed under the License is distributed on an "AS IS" BASIS,
24 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
25 // See the License for the specific language governing permissions and
26 // limitations under the License.
27 */
28 
29 #ifndef INCLUDED_StdInt_h_GUID_C1AAF35C_C704_4DB7_14AC_615730C4619B
30 #define INCLUDED_StdInt_h_GUID_C1AAF35C_C704_4DB7_14AC_615730C4619B
31 
32 /* IWYU pragma: begin_exports */
33 
34 #if !defined(_MSC_VER) || (defined(_MSC_VER) && _MSC_VER >= 1600)
35 #include <stdint.h>
36 #else
37 #include "MSStdIntC.h"
38 #endif
39 
40 /* IWYU pragma: end_exports */
41 
42 #endif
A stdint implementation for old version of Visual Studio, automatically included if needed by <osvr/u...