tests: 64-bit fixes, fix typo in image tests

This commit is contained in:
Sean Barrett
2019-02-07 04:42:32 -08:00
parent 27460c23a6
commit a28a6b126b
3 changed files with 16 additions and 10 deletions

View File

@@ -2,9 +2,10 @@
#define WIN32_LEAN_AND_MEAN
//#include <windows.h>
#include <conio.h>
#define STB_STUA
#define STB_DEFINE
#ifndef _M_AMD64
#define STB_NPTR
#endif
#define STB_ONLY
#include "stb.h"
//#include "stb_file.h"