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
|
* C functionality for Qt platform, where the C equivalent is not easily
|
||||||
* implemented in Qt
|
* implemented in Qt
|
||||||
*/
|
*/
|
||||||
#if !defined(_WIN32) && !defined(__clang__)
|
#if !defined(_WIN32) || !defined(__clang__)
|
||||||
#include <strings.h>
|
#include <strings.h>
|
||||||
#endif
|
#endif
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user