Changeset 98144 in vbox for trunk/src/VBox/Installer/win/MsiHack
- Timestamp:
- Jan 19, 2023 2:52:34 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155317
- Location:
- trunk/src/VBox/Installer/win/MsiHack
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/MsiHack/Makefile.kmk
r98103 r98144 30 30 31 31 DLLS += MsiHack 32 MsiHack_TEMPLATE = VB OXR3STATIC32 MsiHack_TEMPLATE = VBoxR3StaticDll 33 33 MsiHack_BLD_TRG_ARCH = x86 34 34 MsiHack_SOURCES = MsiHack.cpp -
trunk/src/VBox/Installer/win/MsiHack/MsiHack.cpp
r98103 r98144 33 33 * Header Files * 34 34 *********************************************************************************************************************************/ 35 #define IPRT_NO_CRT_FOR_3RD_PARTY /* temp hack */ 35 36 #include <iprt/win/windows.h> 36 37 #include <iprt/string.h> 37 38 #include <iprt/asm.h> 38 39 #include <stdio.h> 39 #include <wchar.h> 40 #include <stdlib.h> 41 #ifndef IPRT_NO_CRT 42 # include <wchar.h> 43 #endif 40 44 41 45
Note:
See TracChangeset
for help on using the changeset viewer.