Browse Source

Use SYSTEMTIME type instead of _SYSTEMTIME struct

pull/25/head
Anders Jenbo 7 years ago
parent
commit
344712a23b
  1. 2
      Source/logging.cpp

2
Source/logging.cpp

@ -175,7 +175,7 @@ void __cdecl log_dump_computer_info()
{
char Buffer[64]; // [esp+0h] [ebp-88h]
VS_FIXEDFILEINFO file_info; // [esp+40h] [ebp-48h]
_SYSTEMTIME SystemTime; // [esp+74h] [ebp-14h]
SYSTEMTIME SystemTime; // [esp+74h] [ebp-14h]
DWORD pcbBuffer; // [esp+84h] [ebp-4h]
GetLocalTime(&SystemTime);

Loading…
Cancel
Save