Changeset 76582 in vbox for trunk/src/VBox/Frontends/VBoxBugReport
- Timestamp:
- Jan 1, 2019 6:25:48 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBugReport/VBoxBugReport.h
r76553 r76582 16 16 */ 17 17 18 #ifndef ___H_VBOXBUGREPORT19 #define ___H_VBOXBUGREPORT18 #ifndef VBOX_INCLUDED_SRC_VBoxBugReport_VBoxBugReport_h 19 #define VBOX_INCLUDED_SRC_VBoxBugReport_VBoxBugReport_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 274 274 void createBugReportOsSpecific(BugReport* report, const char *pszHome); 275 275 276 #endif /* ! ___H_VBOXBUGREPORT*/276 #endif /* !VBOX_INCLUDED_SRC_VBoxBugReport_VBoxBugReport_h */
Note:
See TracChangeset
for help on using the changeset viewer.