qt: string.h inclusion predicate was backwards
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* C functionality for Qt platform, where the C equivalent is not easily
|
||||
* implemented in Qt
|
||||
*/
|
||||
#if !defined(_WIN32) && !defined(__clang__)
|
||||
#if !defined(_WIN32) || !defined(__clang__)
|
||||
#include <strings.h>
|
||||
#endif
|
||||
#include <stdint.h>
|
||||
|
Reference in New Issue
Block a user