Changeset 106866 in vbox for trunk/include/VBox
- Timestamp:
- Nov 7, 2024 9:12:34 AM (5 months ago)
- svn:sync-xref-src-repo-rev:
- 165786
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/VBoxWinDrvDefs.h
r106410 r106866 53 53 #endif 54 54 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 55 64 /** 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_STR65 #define VBOXWINDRVINF_DOT_NT_NATIVE_ARCH_STR VBOXWINDRVINF_DECORATION_SEP_STR VBOXWINDRVINF_NT_NATIVE_ARCH_STR 57 66 58 67 /** Maximum catalog file (.cat) length (in characters). */ … … 62 71 /** Maximum provider name length (in characters). */ 63 72 #define VBOXWINDRVINF_MAX_PROVIDER_FILE 255 73 /** Maximum INF section name length (in characters). */ 74 #define VBOXWINDRVINF_MAX_INF_SECTION_NAME 255 64 75 65 76 /**
Note:
See TracChangeset
for help on using the changeset viewer.