Changeset 67247 in vbox for trunk/include
- Timestamp:
- Jun 2, 2017 3:17:00 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vd-ifs.h
r67243 r67247 726 726 727 727 /** Initializer for VDINTERFACEPROGRESS. */ 728 #define VDINTERFACEPROGRESS_INITALIZER(a_pfnProgress) { { 0, NULL, NULL, (VDINTERFACETYPE)-1, 0, NULL }, a_pfnProgress }728 #define VDINTERFACEPROGRESS_INITALIZER(a_pfnProgress) { { 0, NULL, NULL, VDINTERFACETYPE_INVALID, 0, NULL }, a_pfnProgress } 729 729 730 730 /**
Note:
See TracChangeset
for help on using the changeset viewer.