Changeset 40498 in vbox for trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.cpp
- Timestamp:
- Mar 16, 2012 10:45:05 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 76878
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.cpp
r38636 r40498 31 31 #include "VBoxSharedFolders.h" 32 32 #include "VBoxIPC.h" 33 #include "VBoxLA.h" 33 34 #include <VBoxHook.h> 34 35 #include "resource.h" … … 106 107 VBoxIPCThread, 107 108 VBoxIPCDestroy 109 }, 110 { 111 "Location Awareness", 112 VBoxLAInit, 113 VBoxLAThread, 114 VBoxLADestroy 108 115 }, 109 116 {
Note:
See TracChangeset
for help on using the changeset viewer.