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.
2 parents 54da5ff + 0dfeee7 commit a5754d9Copy full SHA for a5754d9
tools/SourceKit/tools/sourcekitd/bin/InProc/sourcekitdInProc.cpp
@@ -21,7 +21,7 @@
21
// FIXME: Portability ?
22
#include <Block.h>
23
24
-#ifdef LLVM_ON_WIN32
+#if defined(_WIN32)
25
#define WIN32_LEAN_AND_MEAN
26
#define NOMINMAX
27
#include <windows.h>
@@ -81,7 +81,7 @@ UIdent sourcekitd::UIdentFromSKDUID(sourcekitd_uid_t uid) {
81
82
std::string sourcekitd::getRuntimeLibPath() {
83
// FIXME: Move to an LLVM API. Note that libclang does the same thing.
84
85
#error Not implemented
86
#else
87
// This silly cast below avoids a C++ warning.
0 commit comments