mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:52:59 +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
|
#pragma once
|
||||||
|
|
||||||
#ifndef RC_INVOKED
|
#ifndef RC_INVOKED
|
||||||
#ifdef __MINGW32__
|
#if defined(__GNUC__) && defined(_WIN32) // We can't use __MINGW32__ here
|
||||||
# include "mingw32/intrin.h"
|
# include "mingw32/intrin.h"
|
||||||
#elif defined(_MSC_VER)
|
#elif defined(_MSC_VER)
|
||||||
# include "msc/intrin.h"
|
# include "msc/intrin.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue