]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commit
Disable lib/string wprintf functions for non-Windows builds
authorOliver Kurth <okurth@vmware.com>
Mon, 23 Oct 2017 21:21:19 +0000 (14:21 -0700)
committerOliver Kurth <okurth@vmware.com>
Mon, 23 Oct 2017 21:21:19 +0000 (14:21 -0700)
commit7367296bebe4eed2bc5555f49fbaeea197be94ef
treefcbaa5200e506aa4c54b91252454bc02f69b08a6
parentfcc96bf4c1123fb51d96fdbb935e83b91bd04765
Disable lib/string wprintf functions for non-Windows builds

The lib/string wprintf functions currently are enabled only
for Windows and Linux builds, but Windows is the only
platform that uses them.  Disable them for Linux, too.

This also means HAS_BSD_WPRINTF can be removed.
open-vm-tools/lib/include/str.h
open-vm-tools/lib/string/str.c