Merge pull request #245 from Lectem/patch-1
Fix build on VC2015 (missing typedefs)
This commit is contained in:
commit
94e0ba9ec7
@ -1,4 +1,4 @@
|
|||||||
// This code is in the public domain -- Ignacio Castaño <castano@gmail.com>
|
// This code is in the public domain -- Ignacio Castaño <castano@gmail.com>
|
||||||
|
|
||||||
#ifndef NV_CORE_H
|
#ifndef NV_CORE_H
|
||||||
#error "Do not include this file directly."
|
#error "Do not include this file directly."
|
||||||
@ -52,6 +52,8 @@
|
|||||||
|
|
||||||
#define NV_THREAD_LOCAL __declspec(thread)
|
#define NV_THREAD_LOCAL __declspec(thread)
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
// Type definitions
|
// Type definitions
|
||||||
typedef unsigned char uint8;
|
typedef unsigned char uint8;
|
||||||
|
Loading…
Reference in New Issue
Block a user