- Timestamp:
- May 4, 2010 2:16:02 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 61065
- Location:
- trunk/src/VBox/HostDrivers/VBoxNetFlt/win/notifyobj
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/notifyobj/VBoxNetFltNotify.cpp
r28800 r29025 765 765 { 766 766 TraceMsg( L"DllUnregisterServer.\n"); 767 768 _Module.UnregisterServer(); 769 767 _Module.UnregisterServer(TRUE); 770 768 return S_OK; 771 769 } -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/notifyobj/VBoxNetFltNotify.rc
r28800 r29025 14 14 15 15 #include "VBoxNetFltNotifyRc.h" 16 ///////////////////////////////////////////////////////////////////////////// 17 // 18 // REGISTRY 19 // 20 1 TYPELIB "VBoxNetFltNotifyn.tlb" 21 IDR_REG_VBOXNETFLT_NOTIFY REGISTRY "VBoxNetFltNotify.rgs" 16 22 17 23 VS_VERSION_INFO VERSIONINFO … … 48 54 END 49 55 50 /////////////////////////////////////////////////////////////////////////////51 //52 // REGISTRY53 //54 56 55 IDR_REG_VBOXNETFLT_NOTIFY REGISTRY "VBoxNetFltNotify.rgs"56 57 57 1 TYPELIB "VBoxNetFltNotifyn.tlb"58
Note:
See TracChangeset
for help on using the changeset viewer.