Skip to content

Commit fbf8e2a

Browse files
committed
Fix Windows builds for some people?
(cherry picked from commit 373b37a)
1 parent 8defaca commit fbf8e2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/cedev-config/src/whereami.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ extern "C" {
6464
#pragma warning(push, 3)
6565
#endif
6666
#include <windows.h>
67-
#include <intrin.h>
67+
// The following may not always be available and doesn't seem to be necessary:
68+
// #include <intrin.h>
6869
#if defined(_MSC_VER)
6970
#pragma warning(pop)
7071
#endif

0 commit comments

Comments
 (0)