Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(191)

Unified Diff: cloud_print/virtual_driver/win/port_monitor/port_monitor.def

Issue 6813079: Make the virtual driver self registering. (Closed)
Patch Set: Switch back to GetLastError and macro Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cloud_print/virtual_driver/win/port_monitor/port_monitor.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cloud_print/virtual_driver/win/port_monitor/port_monitor.def
diff --git a/cloud_print/virtual_driver/win/port_monitor/port_monitor.def b/cloud_print/virtual_driver/win/port_monitor/port_monitor.def
index af6da8a8380480c44e119f087dfd5d51e64d2602..3b2cd17de8e1445dd7c4baefcc865079a687c41c 100644
--- a/cloud_print/virtual_driver/win/port_monitor/port_monitor.def
+++ b/cloud_print/virtual_driver/win/port_monitor/port_monitor.def
@@ -5,4 +5,5 @@
EXPORTS
InitializePrintMonitor2
InitializePrintMonitorUI
-
+ DllRegisterServer PRIVATE
+ DllUnregisterServer PRIVATE
« no previous file with comments | « cloud_print/virtual_driver/win/port_monitor/port_monitor.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698