More header optimizations.

This commit is contained in:
castano
2011-10-11 18:52:24 +00:00
parent d11d7a5f38
commit e98d795d2b
12 changed files with 1227 additions and 1217 deletions

View File

@ -189,7 +189,7 @@ NV_COMPILER_CHECK(sizeof(uint32) == 4);
#define NV_ARRAY_SIZE(x) (sizeof(x)/sizeof((x)[0]))
#if 1
#if 0 // Disabled in The Witness.
#if NV_CC_MSVC
#define NV_MESSAGE(x) message(__FILE__ "(" NV_STRING(__LINE__) ") : " x)
#else