OSVR-Core  0.6-1962-g59773924
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
MSStdIntC.h File Reference

A stdint implementation for old version of Visual Studio, automatically included if needed by <osvr/util/StdInt.h> More...

Go to the source code of this file.

Detailed Description

A stdint implementation for old version of Visual Studio, automatically included if needed by <osvr/util/StdInt.h>

Origin: http://snipplr.com/view/18199/stdinth/ from user mwb1100 "A public domain stdint.h. Original code is from a public domain version in the MinGW distribution. This one has been modified to fix a couple bugs (to make some macros 64-bit aware) and to make it compatible with VC6."

While Visual Studio pre-2010 can't compile the core, they might build plugins, so thus this header is provided.

Definition in file MSStdIntC.h.