update for HEAD-2003091401
[reactos.git] / lib / msvcrt / process / threadid.c
index bd97858..8b62ca9 100644 (file)
@@ -1,11 +1,17 @@
 #include <windows.h>
 #include <msvcrt/process.h>
 
+/*
+ * @implemented
+ */
 unsigned long __threadid (void)
 {
    return GetCurrentThreadId();
 }
 
+/*
+ * @implemented
+ */
 void *__threadhandle(void)
 {
    return GetCurrentThread();