update for HEAD-2003091401
[reactos.git] / lib / kernel32 / debug / output.c
index 7c89577..6f816cf 100644 (file)
@@ -16,8 +16,8 @@
 /* Open or create the mutex used to communicate with the debug monitor */
 HANDLE K32CreateDBMonMutex(void)
 {
static SID_IDENTIFIER_AUTHORITY siaNTAuth = SECURITY_NT_AUTHORITY;
static SID_IDENTIFIER_AUTHORITY siaWorldAuth = SECURITY_WORLD_SID_AUTHORITY;
      static SID_IDENTIFIER_AUTHORITY siaNTAuth = {SECURITY_NT_AUTHORITY};
      static SID_IDENTIFIER_AUTHORITY siaWorldAuth = {SECURITY_WORLD_SID_AUTHORITY};
 
  HANDLE hMutex;
 
@@ -234,6 +234,10 @@ l_Cleanup:
  return hMutex;
 }
 
+
+/*
+ * @implemented
+ */
 VOID WINAPI OutputDebugStringA(LPCSTR _OutputString)
 {
 #if 0
@@ -459,6 +463,10 @@ VOID WINAPI OutputDebugStringA(LPCSTR _OutputString)
 #endif
 }
 
+
+/*
+ * @implemented
+ */
 VOID WINAPI OutputDebugStringW(LPCWSTR _OutputString)
 {
  UNICODE_STRING wstrOut;