Changeset 97273 in vbox for trunk/include/VBox
- Timestamp:
- Oct 24, 2022 8:03:06 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 154261
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/HGCMMockUtils.h
r97270 r97273 65 65 # pragma once 66 66 #endif 67 68 #include <iprt/err.h> 69 #include <iprt/semaphore.h> 70 #include <iprt/thread.h> 71 #include <iprt/types.h> 72 73 #include <VBox/GuestHost/HGCMMock.h> 74 67 75 68 76 /** Prototype for HGCM Mock utils context. */
Note:
See TracChangeset
for help on using the changeset viewer.