Changeset 10798 in vbox for trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.h
- Timestamp:
- Jul 22, 2008 8:57:55 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.h
r10777 r10798 1 /* $Id$ */ 1 2 /** @file 2 * 3 * VBoxService - Guest Additions Service 4 * 3 * VBoxService - Guest Additions Service, Internal Header. 5 4 */ 6 5 … … 20 19 * additional information or have any questions. 21 20 */ 22 23 #ifndef __ VBOXSERVICE__H24 #define __ VBOXSERVICE__H21 22 #ifndef ___VBOXSERVICE_H 23 #define ___VBOXSERVICE_H 25 24 26 25 #include <windows.h> … … 61 60 void *pInstance; 62 61 bool fStarted; 63 62 64 63 } VBOXSERVICEINFO; 65 64 … … 67 66 extern HWND gToolWindow; 68 67 69 #endif /* __VBOXSERVICE__H */ 68 #endif /* !___VBOXSERVICE_H */ 69
Note:
See TracChangeset
for help on using the changeset viewer.