summaryrefslogtreecommitdiff
path: root/src/vm/dllimport.cpp
diff options
context:
space:
mode:
authordanmosemsft <danmose@microsoft.com>2017-02-11 07:12:07 -0800
committerdanmosemsft <danmose@microsoft.com>2017-02-11 07:14:16 -0800
commit8be2f9bb0039e2c49f59c4fb66cebf5467485ba2 (patch)
treec04fdb81333e8549bab4f3a55aa376bd01e7174a /src/vm/dllimport.cpp
parent87f8b67a4ee90ef807927f5083e237cb88b34725 (diff)
downloadcoreclr-8be2f9bb0039e2c49f59c4fb66cebf5467485ba2.tar.gz
coreclr-8be2f9bb0039e2c49f59c4fb66cebf5467485ba2.tar.bz2
coreclr-8be2f9bb0039e2c49f59c4fb66cebf5467485ba2.zip
Revert "Remove more always defined FEATURE_CORESYSTEM"
This reverts commit 52009b8919ba55690f21cdc8f04e012a53eb8ef4.
Diffstat (limited to 'src/vm/dllimport.cpp')
-rw-r--r--src/vm/dllimport.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/dllimport.cpp b/src/vm/dllimport.cpp
index 38266add18..98e58c60c7 100644
--- a/src/vm/dllimport.cpp
+++ b/src/vm/dllimport.cpp
@@ -6416,7 +6416,7 @@ HINSTANCE NDirect::LoadLibraryModule(NDirectMethodDesc * pMD, LoadLibErrorTracke
hmod = LocalLoadLibraryHelper(wszLibName, LOAD_LIBRARY_SEARCH_SYSTEM32, pErrorTracker);
}
}
-#endif // !PLATFORM_UNIX
+#endif // FEATURE_CORESYSTEM && !FEATURE_PAL
if (hmod == NULL)
{