mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 03:09:13 +00: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 <process.h>
|
||||
#include <time.h>
|
||||
#include <ctime>
|
||||
#include "pnUtils/pnUtils.h"
|
||||
#include "pnNetBase/pnNetBase.h"
|
||||
#include "pnAsyncCore/pnAsyncCore.h"
|
||||
|
@ -43,7 +43,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "plProduct.h"
|
||||
|
||||
|
||||
#include <time.h>
|
||||
#include <ctime>
|
||||
#include <string>
|
||||
|
||||
void print_version() {
|
||||
|
@ -52,7 +52,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "hsWindows.h"
|
||||
#include <process.h>
|
||||
#include <time.h>
|
||||
#include <ctime>
|
||||
|
||||
#include <curl/curl.h>
|
||||
|
||||
|
Reference in New Issue
Block a user