Changeset 102230 in vbox
- Timestamp:
- Nov 22, 2023 9:16:27 AM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/SharedClipboard/testcase/tstClipboardHttpServer.cpp
r102180 r102230 84 84 AssertRCReturn(rc, rc); 85 85 86 uint 32_t const msStartTS = RTTimeMilliTS();86 uint64_t const msStartTS = RTTimeMilliTS(); 87 87 while (RTTimeMilliTS() - msStartTS < g_msRuntime) 88 88 {
Note:
See TracChangeset
for help on using the changeset viewer.