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

Unified Diff: installer/src/installer-lib/handle.h

Issue 5195376613130240: Issue #1762 - Remove smart handle for HMODULE (Closed)
Patch Set: Created Jan. 7, 2015, 7:38 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
« no previous file with comments | « no previous file | installer/src/installer-lib/process.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: installer/src/installer-lib/handle.h
===================================================================
--- a/installer/src/installer-lib/handle.h
+++ b/installer/src/installer-lib/handle.h
@@ -272,6 +272,5 @@
// Common instantiations of handle
//-------------------------------------------------------
typedef handle< HANDLE, Disallow_Null, Windows_Generic_Destruction > Windows_Handle ;
-typedef handle< HMODULE, Disallow_Null, Windows_Generic_Destruction > Windows_Module_Handle ;
#endif
« no previous file with comments | « no previous file | installer/src/installer-lib/process.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld