Skip to content

Commit

Permalink
Remove warning C5105.
Browse files Browse the repository at this point in the history
  • Loading branch information
tenpoku1000 committed Mar 26, 2022
1 parent 18014ab commit 7da21a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/tp_compiler/tp_compiler_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

#define WINVER 0x0A00 // Windows 10
#define _WIN32_WINNT 0x0A00 // Windows 10
#define MICROSOFT_WINDOWS_WINBASE_H_DEFINE_INTERLOCKED_CPLUSPLUS_OVERLOADS 0
#include <sdkddkver.h>
#include <windows.h>
#include <stdio.h>
Expand Down

0 comments on commit 7da21a8

Please sign in to comment.