Eliminated warning messages on vc++

This commit is contained in:
Harry Moffat 2009-07-13 18:37:34 +00:00
parent 9bd0bf3efa
commit 183b600572
2 changed files with 8 additions and 0 deletions

View file

@ -1,5 +1,9 @@
#include "time.h"
#ifdef WIN32
#pragma warning(disable:4244)
#endif
#ifdef MSDOS
#undef USE_CLOCK
#define USE_CLOCK

View file

@ -1,5 +1,9 @@
#include "time.h"
#ifdef WIN32
#pragma warning(disable:4244)
#endif
#ifdef MSDOS
#undef USE_CLOCK
#define USE_CLOCK