Fix build on armhf with gcc 7.
commit0133d6070bf4c4b2c18c79bf72b53af23403a36d
authorelexis <elexis@3db68df2-c116-0410-a063-a993310a9797>
Sun, 14 Jan 2018 21:18:37 +0000 (14 21:18 +0000)
committerelexis <elexis@3db68df2-c116-0410-a063-a993310a9797>
Sun, 14 Jan 2018 21:18:37 +0000 (14 21:18 +0000)
treebdef5ff41d5f8dd1dcbfad2a71ab5038b1fe1fc1
parent04aa5c94ead1ba3c7a7931dc7416a18f8826f624
Fix build on armhf with gcc 7.

The abs caused a compiler error in that environment, because wchar_t is unsigned on armhf, subtracting signed from unsigned results in unsigned and std::abs does not define an unsigned variant.

Differential Revision: https://code.wildfiregames.com/D1122
Patch By: Peter Michael Green
Uploaded By: Ludovic

git-svn-id: https://svn.wildfiregames.com/public/ps/trunk@20869 3db68df2-c116-0410-a063-a993310a9797
binaries/data/mods/public/gui/credits/texts/programming.json
source/gui/CDropDown.cpp