mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-04 09:54:09 +00:00
Fix bizzare problems when you include Config/dlfcn and Config/windows.h in
the same xlation unit git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13885 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7e0281fe2e
commit
3796024fb8
@ -11,8 +11,8 @@
|
||||
* on the system).
|
||||
*/
|
||||
|
||||
#ifndef _CONFIG_DLFCN_H
|
||||
#define _CONFIG_DLFCN_H
|
||||
#ifndef LLVM_CONFIG_WINDOWS_H
|
||||
#define LLVM_CONFIG_WINDOWS_H
|
||||
|
||||
#include "Config/config.h"
|
||||
|
||||
|
@ -11,8 +11,8 @@
|
||||
* on the system).
|
||||
*/
|
||||
|
||||
#ifndef _CONFIG_DLFCN_H
|
||||
#define _CONFIG_DLFCN_H
|
||||
#ifndef LLVM_CONFIG_WINDOWS_H
|
||||
#define LLVM_CONFIG_WINDOWS_H
|
||||
|
||||
#include "Config/config.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user