Merge pull request #245 from Lectem/patch-1

Fix build on VC2015 (missing typedefs)
This commit is contained in:
Ignacio 2016-09-19 10:57:25 -07:00 committed by GitHub
commit 94e0ba9ec7

View File

@ -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
#error "Do not include this file directly."
@ -52,6 +52,8 @@
#define NV_THREAD_LOCAL __declspec(thread)
#include <stdint.h>
/*
// Type definitions
typedef unsigned char uint8;