VirtualBox

Changeset 106866 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Nov 7, 2024 9:12:34 AM (5 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
165786
Message:

Windows driver installation: Added some more defines for the INF decoration stuff and section name lengths. bugref:10762

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/GuestHost/VBoxWinDrvDefs.h

    r106410 r106866  
    5353#endif
    5454
     55/** Defines a string which emits the decoration separator. */
     56#define VBOXWINDRVINF_DECORATION_SEP_STR "."
     57
     58/** Defines a string which emits the decoration separator (UTF-16 version). */
     59#define VBOXWINDRVINF_DECORATION_SEP_UTF16_STR L"."
     60
     61/** Defines a string which emits the bulld target's native architeture, e.g. "NTAMD64". */
     62#define VBOXWINDRVINF_NT_NATIVE_ARCH_STR "NT" VBOXWINDRVINF_NATIVE_ARCH_STR
     63
    5564/** Defines a string which emits the bulld target's native architeture, e.g. ".NTAMD64". */
    56 #define VBOXWINDRVINF_DOT_NT_NATIVE_ARCH_STR ".NT" VBOXWINDRVINF_NATIVE_ARCH_STR
     65#define VBOXWINDRVINF_DOT_NT_NATIVE_ARCH_STR VBOXWINDRVINF_DECORATION_SEP_STR VBOXWINDRVINF_NT_NATIVE_ARCH_STR
    5766
    5867/** Maximum catalog file (.cat) length (in characters). */
     
    6271/** Maximum provider name length (in characters). */
    6372#define VBOXWINDRVINF_MAX_PROVIDER_FILE    255
     73/** Maximum INF section name length (in characters). */
     74#define VBOXWINDRVINF_MAX_INF_SECTION_NAME 255
    6475
    6576/**
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