mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +00:00
* Fix MSVC build.
svn path=/trunk/; revision=61452
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user