[1/3] include: define ERROR_REQUEST_PAUSED

Daniel Jeliński djelinski1 at gmail.com
Sun Sep 29 15:50:35 CDT 2013


needed by CopyFile2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20130929/45a07d7a/attachment.html>
-------------- next part --------------
From ec56fead8912ba98070ff53a571fca9ceede4cd8 Mon Sep 17 00:00:00 2001
From: Daniel Jelinski <djelinski1 at gmail.com>
Date: Fri, 20 Sep 2013 22:46:59 +0200
Subject: [PATCH 1/3] include: define ERROR_REQUEST_PAUSED

---
 include/winerror.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/winerror.h b/include/winerror.h
index edd8af0..9d988fb 100644
--- a/include/winerror.h
+++ b/include/winerror.h
@@ -1147,6 +1147,7 @@ static inline HRESULT HRESULT_FROM_WIN32(unsigned int x)
 #define ERROR_PRINTER_NOT_FOUND                            3012
 #define ERROR_PRINTER_DRIVER_WARNED                        3013
 #define ERROR_PRINTER_DRIVER_BLOCKED                       3014
+#define ERROR_REQUEST_PAUSED                               3050
 #define ERROR_WINS_INTERNAL                                4000
 #define ERROR_CAN_NOT_DEL_LOCAL_WINS                       4001
 #define ERROR_STATIC_INIT                                  4002
-- 
1.8.1.2


More information about the wine-patches mailing list