Changeset 76540 in vbox for trunk/src/VBox/Additions/WINNT/Installer
- Timestamp:
- Dec 30, 2018 6:26:37 AM (6 years ago)
- Location:
- trunk/src/VBox/Additions/WINNT/Installer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/InstallHelper/exdll.h
r62679 r76540 21 21 #ifndef _EXDLL_H_ 22 22 #define _EXDLL_H_ 23 #ifndef RT_WITHOUT_PRAGMA_ONCE 24 # pragma once 25 #endif 23 26 24 27 #include <iprt/win/windows.h> -
trunk/src/VBox/Additions/WINNT/Installer/Loader/resource.h
r69500 r76540 16 16 */ 17 17 18 #ifndef VBOX_INCLUDED_Installer_Loader_resource_h 19 #define VBOX_INCLUDED_Installer_Loader_resource_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 23 18 24 #define IDI_VIRTUALBOX 101 25 26 #endif 27
Note:
See TracChangeset
for help on using the changeset viewer.