Ignore:
Timestamp:
Nov 4, 1999, 8:05:26 PM (26 years ago)
Author:
phaller
Message:

Fix: WNetAddConnectionA prototype

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/winuser.h

    r1582 r1600  
    1 /* $Id: winuser.h,v 1.14 1999-11-03 22:02:52 cbratschi Exp $ */
     1/* $Id: winuser.h,v 1.15 1999-11-04 19:05:26 phaller Exp $ */
    22
    33#ifndef __INCLUDE_WINUSER_H
     
    36443644BOOL      WINAPI WinHelpW(HWND,LPCWSTR,UINT,DWORD);
    36453645#define     WinHelp WINELIB_NAME_AW(WinHelp)
    3646 UINT      WINAPI WNetAddConnectionA(LPCSTR,LPCSTR,LPCSTR);
    3647 UINT      WINAPI WNetAddConnectionW(LPCWSTR,LPCWSTR,LPCWSTR);
     3646DWORD     WINAPI WNetAddConnectionA(LPCSTR,LPCSTR,LPCSTR);
     3647DWORD     WINAPI WNetAddConnectionW(LPCWSTR,LPCWSTR,LPCWSTR);
    36483648#define     WNetAddConnection WINELIB_NAME_AW(WNetAddConnection)
    36493649INT       WINAPIV wsnprintfA(LPSTR,UINT,LPCSTR,...);
Note: See TracChangeset for help on using the changeset viewer.