Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: src/installer-ca/abp_ca.def

Issue 11521026: initial custom action library, "hello, world" quality (Closed)
Patch Set: Created Sept. 3, 2013, 12:48 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/installer-ca/abp_ca.def
===================================================================
new file mode 100644
--- /dev/null
+++ b/src/installer-ca/abp_ca.def
@@ -0,0 +1,10 @@
+; -------------------------------------------------------------------------------------------------
+; copyright notice goes here
+; -------------------------------------------------------------------------------------------------
+
+LIBRARY "installer-ca"
+
+EXPORTS
+; close_application.cpp
+ abp_close_applications
+ WixCloseApplicationsDeferred

Powered by Google App Engine
This is Rietveld