Skip to content

Commit 373b37a

Browse files
committed
Fix Windows builds for some people?
1 parent 14cb5dc commit 373b37a

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
@@ -55,7 +55,8 @@ extern "C" {
5555
#pragma warning(push, 3)
5656
#endif
5757
#include <windows.h>
58-
#include <intrin.h>
58+
// The following may not always be available and doesn't seem to be necessary:
59+
// #include <intrin.h>
5960
#if defined(_MSC_VER)
6061
#pragma warning(pop)
6162
#endif

0 commit comments

Comments
 (0)