Changeset 248 in vbox for trunk/src/VBox/Runtime/r3/win32
- Timestamp:
- Jan 23, 2007 5:11:08 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 17778
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win32/thread-win32.cpp
r244 r248 218 218 } 219 219 220 RTR3DECL(void) RTThreadExit(void)221 {222 ExitThread(0);223 }
Note:
See TracChangeset
for help on using the changeset viewer.