mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 13:35:34 +08:00
Ref T317, fix CLANG warning for SimConnect
- casting functions in "simconnectfunctions.h" - using correctly casted values - some other smaller fixes
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
# ifndef NOMINMAX
|
||||
# define NOMINMAX
|
||||
# endif
|
||||
# include <windows.h>
|
||||
# include <Windows.h>
|
||||
#else
|
||||
using DWORD = unsigned long; //!< Fake Windows DWORD
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user