Include <intrin.h> on MSVC 14.1 or greater.

This commit is contained in:
Julio C. Rocha 2017-07-30 12:14:59 -07:00
parent c3365f15ec
commit 5c04839f5c
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@
#include <Windows.h>
#include <windowsx.h>
#include <commctrl.h>
#endif
#if defined(_MSC_VER) && _MSC_VER >= 1910
#include <intrin.h>
#endif
#include <stdio.h>