Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Index: dll/win32/kernel32/client/thread.c
- ===================================================================
- --- dll/win32/kernel32/client/thread.c (revision 71397)
- +++ dll/win32/kernel32/client/thread.c (working copy)
- @@ -978,8 +978,10 @@
- WINAPI
- SetThreadStackGuarantee(IN OUT PULONG StackSizeInBytes)
- {
- - UNIMPLEMENTED;
- - return FALSE;
- + static int once;
- + if (once++ == 0)
- + DPRINT1("SetThreadStackGuarantee(%p): stub\n", StackSizeInBytes);
- + return TRUE;
- }
- /*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement