[redcode/crythread-2nd-pass] post merge duplicates removed

Signed-off-by: AMZN-ScottR <24445312+AMZN-ScottR@users.noreply.github.com>
This commit is contained in:
AMZN-ScottR
2021-08-12 16:51:54 -07:00
parent f660990e8a
commit f0ff8da1d7
2 changed files with 0 additions and 17 deletions
-15
View File
@@ -473,21 +473,6 @@ typedef HANDLE HMENU;
#endif //__cplusplus
typedef union _LARGE_INTEGER
{
struct
{
DWORD LowPart;
LONG HighPart;
};
struct
{
DWORD LowPart;
LONG HighPart;
} u;
long long QuadPart;
} LARGE_INTEGER;
extern bool QueryPerformanceCounter(LARGE_INTEGER*);
extern bool QueryPerformanceFrequency(LARGE_INTEGER* frequency);