From 0c64847028c1e39d44f76189d9ac215726442f9b Mon Sep 17 00:00:00 2001 From: Aki Date: Wed, 30 Mar 2022 22:07:03 +0200 Subject: Brought NetLayer closer to standard --- NetEx/NetLayer.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'NetEx/NetLayer.h') diff --git a/NetEx/NetLayer.h b/NetEx/NetLayer.h index 0d21d36..0ffb197 100644 --- a/NetEx/NetLayer.h +++ b/NetEx/NetLayer.h @@ -3,21 +3,21 @@ Copyright (c) 2011-2012, Starshatter OpenSource Distribution Contributors Copyright (c) 1997-2006, Destroyer Studios LLC. - AUTHOR: John DiCamillo + AUTHOR: John DiCamillo - OVERVIEW - ======== - Wrapper for WinSock Library + OVERVIEW + ======== + Wrapper for WinSock Library */ #ifndef NetLayer_h #define NetLayer_h -#include +#include + #include "Text.h" -// +-------------------------------------------------------------------+ class NetLayer { @@ -31,7 +31,7 @@ public: const char* Description() const; static int GetLastError(); - static DWORD GetTime(); + static std::uint32_t GetTime(); static long GetUTC(); static Text GetHostName(); -- cgit v1.1