include/winspool: AddPortEx is not declared in the PSDK

Detlef Riekenberg wine.dev at web.de
Wed Jun 6 10:01:16 CDT 2007


Spotted by Francois.
Thanks


Changelog:
include/winspool: AddPortEx is not declared in the PSDK



-- 
 
By by ... Detlef

-------------- next part --------------
>From 84cb6b45885775d3fb053a6cf3bb0e05e4ff6d34 Mon Sep 17 00:00:00 2001
From: Detlef Riekenberg <wine.dev at web.de>
Date: Wed, 6 Jun 2007 16:53:28 +0200
Subject: [PATCH] include/winspool: AddPortEx is not declared in the PSDK
---
 include/winspool.h |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/include/winspool.h b/include/winspool.h
index 7ae2dc8..20b04ba 100644
--- a/include/winspool.h
+++ b/include/winspool.h
@@ -1349,10 +1349,6 @@ BOOL WINAPI AddPortA(LPSTR pName, HWND h
 BOOL WINAPI AddPortW(LPWSTR pName, HWND hWnd, LPWSTR pMonitorName);
 #define AddPort WINELIB_NAME_AW(AddPort)
 
-BOOL WINAPI AddPortExA(LPSTR, DWORD, LPBYTE, LPSTR);
-BOOL WINAPI AddPortExW(LPWSTR, DWORD, LPBYTE, LPWSTR);
-#define AddPortEx WINELIB_NAME_AW(AddPortEx)
-
 BOOL WINAPI ConfigurePortA(LPSTR pName, HWND hWnd, LPSTR pPortName);
 BOOL WINAPI ConfigurePortW(LPWSTR pName, HWND hWnd, LPWSTR pPortName);
 #define ConfigurePort WINELIB_NAME_AW(ConfigurePort)
-- 
1.4.1



More information about the wine-patches mailing list