Update assert API in test lib; add to and harness; add test lib to VS2010 and VS2012 solution; fix VS2012 solution; fix compiler warning
This commit is contained in:
parent
a8af7eca89
commit
d4bfe07a4f
10 changed files with 469 additions and 20 deletions
|
@ -25,6 +25,9 @@
|
|||
|
||||
*/
|
||||
|
||||
// quiet windows compiler warnings
|
||||
#define _CRT_SECURE_NO_WARNINGS
|
||||
|
||||
#include "SDL_config.h"
|
||||
|
||||
#include <stdarg.h> /* va_list */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue