From 61bf0f0ec4b836981b39910f4719cc526da5c415 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 9 Dec 2017 17:55:52 +0100 Subject: contrib/npclient: mostly style issues - scaling to NP_AXIS_MAX is confusing - NP_GetSignature strlen(3) incorrect usage - remove mutex usage entirely, broken in DCS - cleanup GameId race - unsigned int -> unsigned - reformat, style Binaries: - clang 5.5.0 release - compiled as -march=i686 -Os -s -Wl,--kill-at -std=gnu89 -mdll - same for 64bit, except no -march - not reproducible build --- bin/NPClient.dll | Bin 15872 -> 17408 bytes bin/NPClient64.dll | Bin 19968 -> 18432 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'bin') diff --git a/bin/NPClient.dll b/bin/NPClient.dll index bf971c03..c7c89029 100644 Binary files a/bin/NPClient.dll and b/bin/NPClient.dll differ diff --git a/bin/NPClient64.dll b/bin/NPClient64.dll index fd3164e5..622f56a0 100644 Binary files a/bin/NPClient64.dll and b/bin/NPClient64.dll differ -- cgit v1.2.3