mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[NTUSER] Add 'Win:' comment to InitThreadCallback
This commit is contained in:
parent
fb58782012
commit
8f9283398a
1 changed files with 1 additions and 0 deletions
|
@ -452,6 +452,7 @@ UserThreadDestroy(PETHREAD Thread)
|
|||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
/* Win: xxxCreateThreadInfo */
|
||||
NTSTATUS NTAPI
|
||||
InitThreadCallback(PETHREAD Thread)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue