Merge pull request #245 from Lectem/patch-1

Fix build on VC2015 (missing typedefs)
pull/247/head
Ignacio 8 years ago committed by GitHub
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
#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;

Loading…
Cancel
Save