summaryrefslogtreecommitdiff
path: root/src/pal/inc/pal.h
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2019-05-21 07:48:53 -0700
committerGitHub <noreply@github.com>2019-05-21 07:48:53 -0700
commit221dc73878027e95b515d0c46cad0266331e538d (patch)
tree7c6561aaea354019a00573a2337085293699f93b /src/pal/inc/pal.h
parent458d030119725292bcc00b07dd401dc01d3ce119 (diff)
downloadcoreclr-221dc73878027e95b515d0c46cad0266331e538d.tar.gz
coreclr-221dc73878027e95b515d0c46cad0266331e538d.tar.bz2
coreclr-221dc73878027e95b515d0c46cad0266331e538d.zip
Avoid PAL LoadLibrary simulator for regular PInvoke (#24669)
Fixes #21009
Diffstat (limited to 'src/pal/inc/pal.h')
-rw-r--r--src/pal/inc/pal.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/pal/inc/pal.h b/src/pal/inc/pal.h
index 540b5c6dcd..bcb4e8ce8f 100644
--- a/src/pal/inc/pal.h
+++ b/src/pal/inc/pal.h
@@ -2655,13 +2655,6 @@ PAL_LoadLibraryDirect(
IN LPCWSTR lpLibFileName);
PALIMPORT
-HMODULE
-PALAPI
-PAL_RegisterLibraryDirect(
- IN NATIVE_LIBRARY_HANDLE dl_handle,
- IN LPCWSTR lpLibFileName);
-
-PALIMPORT
BOOL
PALAPI
PAL_FreeLibraryDirect(