mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 02:51:27 +00:00
time.h -> ctime
This commit is contained in:
@ -43,7 +43,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "hsSTLStream.h"
|
||||
|
||||
#include <time.h>
|
||||
#include <ctime>
|
||||
#include <wchar.h>
|
||||
|
||||
static const uint32_t kDefaultKey[4] = { 0x6c0a5452, 0x3827d0f, 0x3a170b92, 0x16db7fc2 };
|
||||
|
@ -40,14 +40,13 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
*==LICENSE==*/
|
||||
#include <string>
|
||||
#include <ctime>
|
||||
|
||||
#include "plSecureStream.h"
|
||||
#include "hsWindows.h"
|
||||
|
||||
#include "hsSTLStream.h"
|
||||
|
||||
#include <time.h>
|
||||
|
||||
#if !HS_BUILD_FOR_WIN32
|
||||
#define INVALID_HANDLE_VALUE 0
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user