mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 02:27:40 -04:00
time.h -> ctime
This commit is contained in:
@ -52,7 +52,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
|||||||
|
|
||||||
#include "hsWindows.h"
|
#include "hsWindows.h"
|
||||||
#include <process.h>
|
#include <process.h>
|
||||||
#include <time.h>
|
#include <ctime>
|
||||||
#include "pnUtils/pnUtils.h"
|
#include "pnUtils/pnUtils.h"
|
||||||
#include "pnNetBase/pnNetBase.h"
|
#include "pnNetBase/pnNetBase.h"
|
||||||
#include "pnAsyncCore/pnAsyncCore.h"
|
#include "pnAsyncCore/pnAsyncCore.h"
|
||||||
|
@ -43,7 +43,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
|||||||
#include "plProduct.h"
|
#include "plProduct.h"
|
||||||
|
|
||||||
|
|
||||||
#include <time.h>
|
#include <ctime>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
void print_version() {
|
void print_version() {
|
||||||
|
@ -52,7 +52,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
|||||||
|
|
||||||
#include "hsWindows.h"
|
#include "hsWindows.h"
|
||||||
#include <process.h>
|
#include <process.h>
|
||||||
#include <time.h>
|
#include <ctime>
|
||||||
|
|
||||||
#include <curl/curl.h>
|
#include <curl/curl.h>
|
||||||
|
|
||||||
|
@ -55,7 +55,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
|||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
// Platform Library Includes
|
// Platform Library Includes
|
||||||
#include <time.h>
|
#include <ctime>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
|||||||
|
|
||||||
#include <Python.h>
|
#include <Python.h>
|
||||||
#include <marshal.h>
|
#include <marshal.h>
|
||||||
#include <time.h>
|
#include <ctime>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#include "HeadSpin.h"
|
#include "HeadSpin.h"
|
||||||
|
@ -42,7 +42,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
|||||||
#include "pnUtTime.h"
|
#include "pnUtTime.h"
|
||||||
|
|
||||||
#if HS_BUILD_FOR_UNIX
|
#if HS_BUILD_FOR_UNIX
|
||||||
#include <time.h>
|
#include <ctime>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -43,7 +43,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
|||||||
|
|
||||||
#include "hsSTLStream.h"
|
#include "hsSTLStream.h"
|
||||||
|
|
||||||
#include <time.h>
|
#include <ctime>
|
||||||
#include <wchar.h>
|
#include <wchar.h>
|
||||||
|
|
||||||
static const uint32_t kDefaultKey[4] = { 0x6c0a5452, 0x3827d0f, 0x3a170b92, 0x16db7fc2 };
|
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==*/
|
*==LICENSE==*/
|
||||||
#include <string>
|
#include <string>
|
||||||
|
#include <ctime>
|
||||||
|
|
||||||
#include "plSecureStream.h"
|
#include "plSecureStream.h"
|
||||||
#include "hsWindows.h"
|
#include "hsWindows.h"
|
||||||
|
|
||||||
#include "hsSTLStream.h"
|
#include "hsSTLStream.h"
|
||||||
|
|
||||||
#include <time.h>
|
|
||||||
|
|
||||||
#if !HS_BUILD_FOR_WIN32
|
#if !HS_BUILD_FOR_WIN32
|
||||||
#define INVALID_HANDLE_VALUE 0
|
#define INVALID_HANDLE_VALUE 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -45,7 +45,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
|||||||
#include "HeadSpin.h"
|
#include "HeadSpin.h"
|
||||||
#include "hsWindows.h"
|
#include "hsWindows.h"
|
||||||
|
|
||||||
#include <time.h>
|
#include <ctime>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -41,9 +41,10 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
|||||||
*==LICENSE==*/
|
*==LICENSE==*/
|
||||||
#include <cfloat>
|
#include <cfloat>
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
|
#include <ctime>
|
||||||
#include "plUnifiedTime.h"
|
#include "plUnifiedTime.h"
|
||||||
#include "hsWindows.h"
|
#include "hsWindows.h"
|
||||||
|
#include "hsStream.h"
|
||||||
|
|
||||||
#if HS_BUILD_FOR_UNIX
|
#if HS_BUILD_FOR_UNIX
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
@ -55,11 +56,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include <time.h>
|
|
||||||
#include "hsStream.h"
|
|
||||||
|
|
||||||
|
|
||||||
#if HS_BUILD_FOR_WIN32
|
#if HS_BUILD_FOR_WIN32
|
||||||
//
|
//
|
||||||
// Converts Windows Time to Unified Time
|
// Converts Windows Time to Unified Time
|
||||||
|
@ -47,7 +47,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
|||||||
#include <shlobj.h>
|
#include <shlobj.h>
|
||||||
#include <commdlg.h>
|
#include <commdlg.h>
|
||||||
#include <commctrl.h>
|
#include <commctrl.h>
|
||||||
#include <time.h>
|
#include <ctime>
|
||||||
|
|
||||||
#include "hsStream.h"
|
#include "hsStream.h"
|
||||||
#include "hsResMgr.h"
|
#include "hsResMgr.h"
|
||||||
|
Reference in New Issue
Block a user