mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 20:50:41 +00:00
[INCLUDE/CRT]
* Don't use __MINGW32__ because of some stupid 3rd party code setup of ours (I'm looking at you, libxml2). * Fixes MSVC build. svn path=/trunk/; revision=61454
This commit is contained in:
parent
562e2c1fe2
commit
0ba1b34e24
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
#pragma once
|
||||
|
||||
#ifndef RC_INVOKED
|
||||
#ifdef __MINGW32__
|
||||
#if defined(__GNUC__) && defined(_WIN32) // We can't use __MINGW32__ here
|
||||
# include "mingw32/intrin.h"
|
||||
#elif defined(_MSC_VER)
|
||||
# include "msc/intrin.h"
|
||||
|
|
Loading…
Reference in a new issue