VirtualBox

Changeset 58741 in vbox for trunk/src/bldprogs


Ignore:
Timestamp:
Nov 18, 2015 12:37:59 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
104179
Message:

VBoxPeSetVersion.cpp: Use our pecoff.h and mz.h instead of Windows.h and IPRT internal headers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bldprogs/VBoxPeSetVersion.cpp

    r57898 r58741  
    2020*   Header Files                                                                                                                 *
    2121*********************************************************************************************************************************/
    22 #ifdef RT_OS_WINDOWS
    23 # include <Windows.h>
    24 #else
    25 # include <iprt/stdint.h>
    26 # include "../VBox/Runtime/include/internal/ldrPE.h"
    27 # include "../VBox/Runtime/include/internal/ldrMZ.h"
    28 #endif
     22#include <iprt/formats/mz.h>
     23#include <iprt/formats/pecoff.h>
    2924#include <stdio.h>
    3025#include <string.h>
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette