Skip to content

Commit

Permalink
Reduce PAL DAC exports (dotnet#31749)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdmaclea authored Feb 5, 2020
1 parent a80e6d4 commit 38b5a1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/coreclr/src/dlls/mscordac/mscordac.src
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
; See the LICENSE file in the project root for more information.

EXPORTS
OutOfProcessFunctionTableCallback
OutOfProcessFunctionTableCallbackEx
DacDbiInterfaceInstance

#ifndef TARGET_UNIX
OutOfProcessFunctionTableCallback
OutOfProcessFunctionTableCallbackEx
OutOfProcessExceptionEventCallback
OutOfProcessExceptionEventSignatureCallback
#endif // TARGET_UNIX
Expand Down

0 comments on commit 38b5a1d

Please sign in to comment.