Sync with trunk (r48545)
[reactos.git] / dll / win32 / kernel32 / file / pipe.c
index fe4ff1e..a48150d 100644 (file)
@@ -11,9 +11,9 @@
 /* INCLUDES *****************************************************************/
 
 #include <k32.h>
-#include <wine/debug.h>
-
-WINE_DEFAULT_DEBUG_CHANNEL(kernel32file);
+#define NDEBUG
+#include <debug.h>
+static ULONG gDebugChannel = kernel32file;
 
 /* GLOBALS ******************************************************************/
 
@@ -25,7 +25,7 @@ LONG ProcessPipeId = 0;
  * @implemented
  */
 BOOL
-STDCALL
+WINAPI
 CreatePipe(PHANDLE hReadPipe,
            PHANDLE hWritePipe,
            LPSECURITY_ATTRIBUTES lpPipeAttributes,