Changeset 76563 in vbox for trunk/src/VBox/Additions/WINNT/VBoxGINA
- Timestamp:
- Jan 1, 2019 3:53:56 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127865
- Location:
- trunk/src/VBox/Additions/WINNT/VBoxGINA
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxGINA/Dialog.h
r76553 r76563 16 16 */ 17 17 18 #ifndef ___H_GINADIALOG19 #define ___H_GINADIALOG18 #ifndef GA_INCLUDED_SRC_WINNT_VBoxGINA_Dialog_h 19 #define GA_INCLUDED_SRC_WINNT_VBoxGINA_Dialog_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 24 24 void hookDialogBoxes(PVOID pWinlogonFunctions, DWORD dwWlxVersion); 25 25 26 #endif /* ! ___H_GINADIALOG*/26 #endif /* !GA_INCLUDED_SRC_WINNT_VBoxGINA_Dialog_h */ 27 27 -
trunk/src/VBox/Additions/WINNT/VBoxGINA/Helper.h
r76553 r76563 16 16 */ 17 17 18 #ifndef ___H_GINAHELPER19 #define ___H_GINAHELPER18 #ifndef GA_INCLUDED_SRC_WINNT_VBoxGINA_Helper_h 19 #define GA_INCLUDED_SRC_WINNT_VBoxGINA_Helper_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 34 34 int VBoxGINAReportStatus(VBoxGuestFacilityStatus enmStatus); 35 35 36 #endif /* ! ___H_GINAHELPER*/36 #endif /* !GA_INCLUDED_SRC_WINNT_VBoxGINA_Helper_h */ 37 37 -
trunk/src/VBox/Additions/WINNT/VBoxGINA/VBoxGINA.h
r76553 r76563 16 16 */ 17 17 18 #ifndef __VBOXGINA_H__19 #define __VBOXGINA_H__18 #ifndef GA_INCLUDED_SRC_WINNT_VBoxGINA_VBoxGINA_h 19 #define GA_INCLUDED_SRC_WINNT_VBoxGINA_VBoxGINA_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 58 58 /** @} */ 59 59 60 #endif /* ! __VBOXGINA_H__*/60 #endif /* !GA_INCLUDED_SRC_WINNT_VBoxGINA_VBoxGINA_h */ 61 61
Note:
See TracChangeset
for help on using the changeset viewer.