Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / modules / rosapps / applications / sysutils / win32err.h
diff --git a/modules/rosapps/applications/sysutils/win32err.h b/modules/rosapps/applications/sysutils/win32err.h
new file mode 100644 (file)
index 0000000..38455c7
--- /dev/null
@@ -0,0 +1,9 @@
+#ifndef _INC_WIN32ERR_H
+#define _INC_WIN32ERR_H
+
+VOID
+PrintWin32Error(
+       PWCHAR  Message,
+       DWORD   ErrorCode
+       );
+#endif /* ndef _INC_WIN32ERR_H */