[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
@@ -12,8 +12,6 @@
#include <../Common/UnixLike/Launcher_UnixLike.h>
#include <AzCore/Math/Vector2.h>
#include <AzCore/Math/Vector2.h>
#if AZ_TESTS_ENABLED
int main(int argc, char* argv[])
-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);