Changeset 62679 in vbox for trunk/src/VBox/Installer/win
- Timestamp:
- Jul 29, 2016 12:52:10 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109252
- Location:
- trunk/src/VBox/Installer/win
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/InstallHelper/VBoxCommon.cpp
r62487 r62679 20 20 * Header Files * 21 21 *********************************************************************************************************************************/ 22 #include < windows.h>22 #include <iprt/win/windows.h> 23 23 #include <tchar.h> 24 24 #include <stdio.h> -
trunk/src/VBox/Installer/win/InstallHelper/VBoxInstallHelper.cpp
r62487 r62679 27 27 #include <VBox/version.h> 28 28 29 #include < windows.h>29 #include <iprt/win/windows.h> 30 30 #include <wchar.h> 31 31 #include <stdio.h> … … 35 35 36 36 #define _WIN32_DCOM 37 #include < windows.h>37 #include <iprt/win/windows.h> 38 38 #include <assert.h> 39 39 #include <shellapi.h> -
trunk/src/VBox/Installer/win/Stub/VBoxStub.cpp
r62487 r62679 25 25 #endif 26 26 27 #include < Windows.h>27 #include <iprt/win/windows.h> 28 28 #include <commctrl.h> 29 29 #include <fcntl.h> -
trunk/src/VBox/Installer/win/Stub/VBoxStubCertUtil.cpp
r62487 r62679 23 23 * Header Files * 24 24 *********************************************************************************************************************************/ 25 #include < Windows.h>25 #include <iprt/win/windows.h> 26 26 #include <Wincrypt.h> 27 27 -
trunk/src/VBox/Installer/win/StubBld/VBoxStubBld.cpp
r62487 r62679 20 20 * Header Files * 21 21 *********************************************************************************************************************************/ 22 #include < windows.h>22 #include <iprt/win/windows.h> 23 23 #include <shellapi.h> 24 24 #include <strsafe.h>
Note:
See TracChangeset
for help on using the changeset viewer.