We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f07fd71 commit fcca7d0Copy full SHA for fcca7d0
folly/portability/Builtins.h
@@ -16,7 +16,7 @@
16
17
#pragma once
18
19
-#if defined(_WIN32) && !defined(__clang__)
+#if defined(_WIN32) && !defined(__MINGW32__) && !defined(__clang__)
20
#include <assert.h>
21
#include <folly/Portability.h>
22
#include <intrin.h>
0 commit comments