branch | trunk |
changeset 424 | f8ab84a91329 |
parent 421 | bfd3d95273ec |
child 425 | 8117098722f2 |
--- a/mojoshader.c Thu Jul 03 15:27:05 2008 -0400 +++ b/mojoshader.c Fri Jul 04 14:56:08 2008 -0400 @@ -54,6 +54,7 @@ typedef unsigned int uint; // this is a printf() helper. don't use for code. #ifdef _MSC_VER +#include <malloc.h> #define snprintf _snprintf typedef unsigned __int8 uint8; typedef unsigned __int16 uint16;