Eliminated warning messages on vc++
This commit is contained in:
parent
9bd0bf3efa
commit
183b600572
2 changed files with 8 additions and 0 deletions
|
|
@ -1,5 +1,9 @@
|
|||
#include "time.h"
|
||||
|
||||
#ifdef WIN32
|
||||
#pragma warning(disable:4244)
|
||||
#endif
|
||||
|
||||
#ifdef MSDOS
|
||||
#undef USE_CLOCK
|
||||
#define USE_CLOCK
|
||||
|
|
|
|||
|
|
@ -1,5 +1,9 @@
|
|||
#include "time.h"
|
||||
|
||||
#ifdef WIN32
|
||||
#pragma warning(disable:4244)
|
||||
#endif
|
||||
|
||||
#ifdef MSDOS
|
||||
#undef USE_CLOCK
|
||||
#define USE_CLOCK
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue