mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:32:59 +00:00
Patch by hto from Bugzilla
See issue #3827 for more details. svn path=/trunk/; revision=37777
This commit is contained in:
parent
1bd07ee187
commit
8eb9176f8b
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ GetTraceLoggerHandle(
|
|||
)
|
||||
{
|
||||
DPRINT1("GetTraceLoggerHandle stub()\n");
|
||||
return HandleToUlong(INVALID_HANDLE_VALUE); /* BUGBUG: should we use HandleToLong instead? */
|
||||
return (TRACEHANDLE)-1;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue