Changeset 407 for contrib/installer/install/uniinst.cpp
- Timestamp:
- Nov 28, 2008, 6:45:54 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/installer/install/uniinst.cpp
r406 r407 1 /********************************************************/1 ********************************************************/ 2 2 /* For how to write an minstall installation DLL see */ 3 3 /* "Multimedia Subsystem Programming Guide" */ … … 108 108 } 109 109 110 111 ULONG APIENTRY Install( 110 __declspec(dllexport) ULONG Install( 112 111 HWND hwndOwnerHandle, 113 112 PSZ pszSourcePath, … … 220 219 221 220 222 ULONG APIENTRYDeinstall(221 __declspec(dllexport) ULONG Deinstall( 223 222 HWND hwndOwnerHandle, 224 223 PSZ pszSourcePath, … … 262 261 } 263 262 264
Note:
See TracChangeset
for help on using the changeset viewer.