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:
Klaus Basan
2018-09-01 20:13:56 +02:00
parent 8286da4395
commit a062607520
6 changed files with 68 additions and 39 deletions

View File

@@ -31,7 +31,7 @@
# ifndef NOMINMAX
# define NOMINMAX
# endif
# include <windows.h>
# include <Windows.h>
#else
using DWORD = unsigned long; //!< Fake Windows DWORD
#endif