Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin-developers AT sourceware DOT cygnus DOT com Message-ID: <37F67EE9.D3935709@vinschen.de> Date: Sat, 02 Oct 1999 23:53:45 +0200 From: Corinna Vinschen X-Mailer: Mozilla 4.6 [en] (WinNT; I) X-Accept-Language: de,en MIME-Version: 1.0 To: Chris Faylor , Anders Norlander , cygdev Subject: Re: lm-header-patch References: <37F6733E DOT 2C36FC6F AT vinschen DOT de> Content-Type: multipart/mixed; boundary="------------1CAB053FA5F5F4FC3AB82FD9" This is a multi-part message in MIME format. --------------1CAB053FA5F5F4FC3AB82FD9 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Corinna Vinschen wrote: > > Hi! > > I have found some errors in the lan manager header files. Some types > LPWSTR and LPCWSTR were defined as LPTSTR by accident and two or three > prototypes were missing. > > Regards, > Corinna > [...] Shit! I haven't seen a typo in lmrepl.h. patch attached. Regards, Corinna --------------1CAB053FA5F5F4FC3AB82FD9 Content-Type: text/plain; charset=us-ascii; name="lmrepl-patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="lmrepl-patch" Index: include/lmrepl.h =================================================================== RCS file: /src/cvsroot/winsup-990916/include/lmrepl.h,v retrieving revision 1.2 diff -u -p -r1.2 lmrepl.h --- include/lmrepl.h 1999/10/02 21:49:30 1.2 +++ include/lmrepl.h 1999/10/02 21:49:40 @@ -78,7 +78,7 @@ NET_API_STATUS WINAPI NetReplExportDirGe NET_API_STATUS WINAPI NetReplExportDirSetInfo(LPCWSTR,LPCWSTR,DWORD,PBYTE,PDWORD); NET_API_STATUS WINAPI NetReplExportDirLock(LPCWSTR,LPCWSTR); NET_API_STATUS WINAPI NetReplExportDirUnlock(LPCWSTR,LPCWSTR,DWORD); -NET_API_STATUS WINAWI NetReplImportDirAdd(LPCWSTR,DWORD,PBYTE,PDWORD); +NET_API_STATUS WINAPI NetReplImportDirAdd(LPCWSTR,DWORD,PBYTE,PDWORD); NET_API_STATUS WINAPI NetReplImportDirDel(LPCWSTR,LPCWSTR); NET_API_STATUS WINAPI NetReplImportDirEnum(LPCWSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD); NET_API_STATUS WINAPI NetReplImportDirGetInfo(LPCWSTR,LPCWSTR,DWORD,PBYTE*); --------------1CAB053FA5F5F4FC3AB82FD9--