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

Unified Diff: installer/src/custom-action/abp_ca.def

Issue 22887001: Custom action library, initial version (Closed)
Patch Set: Created Oct. 28, 2013, 9:37 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: installer/src/custom-action/abp_ca.def
===================================================================
new file mode 100644
--- /dev/null
+++ b/installer/src/custom-action/abp_ca.def
@@ -0,0 +1,9 @@
+; -------------------------------------------------------------------------------------------------
+; copyright notice goes here
+; -------------------------------------------------------------------------------------------------
+
+LIBRARY "installer-ca"
+
+EXPORTS
+; close_application.cpp
+ abp_close_applications

Powered by Google App Engine
This is Rietveld