Patch by hto from Bugzilla

See issue #3827 for more details.

svn path=/trunk/; revision=37777
This commit is contained in:
KJK::Hyperion 2008-11-30 19:50:25 +00:00
parent 1bd07ee187
commit 8eb9176f8b

View file

@ -27,7 +27,7 @@ GetTraceLoggerHandle(
) )
{ {
DPRINT1("GetTraceLoggerHandle stub()\n"); DPRINT1("GetTraceLoggerHandle stub()\n");
return HandleToUlong(INVALID_HANDLE_VALUE); /* BUGBUG: should we use HandleToLong instead? */ return (TRACEHANDLE)-1;
} }