diff options
Diffstat (limited to 'src/SetupDLL/SetupDLL.def')
-rw-r--r-- | src/SetupDLL/SetupDLL.def | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/SetupDLL/SetupDLL.def b/src/SetupDLL/SetupDLL.def new file mode 100644 index 00000000..8a54fa06 --- /dev/null +++ b/src/SetupDLL/SetupDLL.def @@ -0,0 +1,7 @@ +LIBRARY VERACRYPTSETUP +EXPORTS + VC_CustomAction_PreInstall + VC_CustomAction_PostInstall + VC_CustomAction_PreUninstall + VC_CustomAction_PostUninstall + VC_CustomAction_DoChecks
\ No newline at end of file |