mirror of
https://github.com/llvm-mirror/libcxx.git
synced 2025-10-24 03:32:35 +08:00
fix elast configuration on Windows targets
A typo and missing header inclusion was obscured by the litany of user defined literal warnings. This fixes the detection of ELAST on windows. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@290941 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -10,7 +10,9 @@
|
|||||||
#ifndef _LIBCPP_CONFIG_ELAST
|
#ifndef _LIBCPP_CONFIG_ELAST
|
||||||
#define _LIBCPP_CONFIG_ELAST
|
#define _LIBCPP_CONFIG_ELAST
|
||||||
|
|
||||||
#if defined(_LIBCPP_MSCVRT)
|
#include <__config>
|
||||||
|
|
||||||
|
#if defined(_LIBCPP_MSVCRT)
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#else
|
#else
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
Reference in New Issue
Block a user