Ignore:
Timestamp:
Nov 5, 1999, 11:32:48 AM (26 years ago)
Author:
phaller
Message:

Fix: prototype for wsnprintfA/W

File:
1 edited

Legend:

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

    r1600 r1610  
    1 /* $Id: winuser.h,v 1.15 1999-11-04 19:05:26 phaller Exp $ */
     1/* $Id: winuser.h,v 1.16 1999-11-05 10:32:48 phaller Exp $ */
    22
    33#ifndef __INCLUDE_WINUSER_H
     
    36503650INT       WINAPIV wsnprintfW(LPWSTR,UINT,LPCWSTR,...);
    36513651#define     wsnprintf WINELIB_NAME_AW(wsnprintf)
    3652 INT       WINAPIV wsprintfA(LPSTR,LPCSTR,...);
    3653 INT       WINAPIV wsprintfW(LPWSTR,LPCWSTR,...);
     3652INT       WINAPIV wsprintfA(LPSTR,LPCSTR,va_list);
     3653INT       WINAPIV wsprintfW(LPWSTR,LPCWSTR,va_list);
    36543654#define     wsprintf WINELIB_NAME_AW(wsprintf)
    36553655INT       WINAPI wvsnprintfA(LPSTR,UINT,LPCSTR,va_list);
Note: See TracChangeset for help on using the changeset viewer.