summaryrefslogtreecommitdiffhomepage
path: root/bin
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-12-09 17:55:52 +0100
committerStanislaw Halik <sthalik@misaki.pl>2017-12-09 17:55:52 +0100
commit61bf0f0ec4b836981b39910f4719cc526da5c415 (patch)
treed59f98260718c20ec6937c6613e2f873dc97ba8b /bin
parent832d631060a889deb2ff4232209025a14f2f07a8 (diff)
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
Diffstat (limited to 'bin')
-rw-r--r--bin/NPClient.dllbin15872 -> 17408 bytes
-rw-r--r--bin/NPClient64.dllbin19968 -> 18432 bytes
2 files changed, 0 insertions, 0 deletions
diff --git a/bin/NPClient.dll b/bin/NPClient.dll
index bf971c03..c7c89029 100644
--- a/bin/NPClient.dll
+++ b/bin/NPClient.dll
Binary files differ
diff --git a/bin/NPClient64.dll b/bin/NPClient64.dll
index fd3164e5..622f56a0 100644
--- a/bin/NPClient64.dll
+++ b/bin/NPClient64.dll
Binary files differ