Add tests to mouse suite; fix VS compiler warnings in tests

This commit is contained in:
Andreas Schiffler 2013-01-23 08:03:19 -08:00
parent bd462555d7
commit 896befb67b
3 changed files with 229 additions and 83 deletions

View file

@ -3,6 +3,9 @@
* New/updated tests: aschiffler at ferzkopp dot net
*/
/* quiet windows compiler warnings */
#define _CRT_SECURE_NO_WARNINGS
#include <stdio.h>
#include <string.h>