Changeset 21720e09b3b624c8f7f5a342d9ac703de074154d
- Timestamp:
- 08/03/08 10:39:01
(9 months ago)
- Author:
- Jean-Baptiste Kempf <jb@videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@videolan.org> 1204969141 -0800
- git-parent:
[c41d1baf4d94e17fc6949a3703457c8fa4cfa958]
- git-author:
- Jean-Baptiste Kempf <jb@videolan.org> 1204969141 -0800
- Message:
GetLastError? throws a DWORD, IIRC, not a char*
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| ra78e273 |
r21720e0 |
|
| 754 | 754 | int64_t real_time, kernel_time, user_time; |
|---|
| 755 | 755 | HANDLE hThread; |
|---|
| 756 | | |
|---|
| | 756 | |
|---|
| 757 | 757 | /* |
|---|
| 758 | 758 | ** object will close its thread handle when destroyed, duplicate it here |
|---|
| … | … | |
| 767 | 767 | DUPLICATE_SAME_ACCESS) ) |
|---|
| 768 | 768 | { |
|---|
| 769 | | msg_Err( p_this, "thread_join(%u) failed at %s:%d (%s)", |
|---|
| | 769 | msg_Err( p_this, "thread_join(%u) failed at %s:%d (%i)", |
|---|
| 770 | 770 | (unsigned int)p_priv->thread_id.id, |
|---|
| 771 | 771 | psz_file, i_line, GetLastError() ); |
|---|