We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c09a12 commit 76ef2bcCopy full SHA for 76ef2bc
bin/ch/WScriptJsrt.cpp
@@ -1,10 +1,13 @@
1
//-------------------------------------------------------------------------------------------------------
2
// Copyright (C) Microsoft Corporation and contributors. All rights reserved.
3
-// Copyright (c) 2021 ChakraCore Project Contributors. All rights reserved.
+// Copyright (c) ChakraCore Project Contributors. All rights reserved.
4
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
5
6
#include "stdafx.h"
7
#include "PlatformAgnostic/ChakraICU.h"
8
+#ifdef __valid
9
+#undef __valid
10
+#endif
11
#if defined(__APPLE__)
12
#ifdef ctime
13
#undef ctime
0 commit comments