mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
* Fix MSVC build.
svn path=/trunk/; revision=61452
This commit is contained in:
parent
1a41980788
commit
41db8a3768
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#ifndef RC_INVOKED
|
||||
#ifdef __MINGW32__
|
||||
# include "mingw32/intrin.h"
|
||||
#elif defined(_MSC_VER)
|
||||
|
@ -8,3 +9,4 @@
|
|||
#else
|
||||
# error Please implement intrinsics for your target compiler
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue