Ignore:
Timestamp:
Jan 27, 2000, 12:48:54 AM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

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

    r2524 r2528  
    1 /* $Id: winuser.h,v 1.30 2000-01-26 23:17:52 sandervl Exp $ */
     1/* $Id: winuser.h,v 1.31 2000-01-26 23:47:20 sandervl Exp $ */
    22
    33#ifndef __INCLUDE_WINUSER_H
     
    36983698INT       WINAPIV wsprintfW(LPWSTR,LPCWSTR,...);
    36993699#define     wsprintf WINELIB_NAME_AW(wsprintf)
    3700 INT       WINAPI wvsnprintfA(LPSTR,UINT,LPCSTR,...);
    3701 INT       WINAPI wvsnprintfW(LPWSTR,UINT,LPCWSTR,...);
     3700INT       WINAPI wvsnprintfA(LPSTR,UINT,LPCSTR, va_list);
     3701INT       WINAPI wvsnprintfW(LPWSTR,UINT,LPCWSTR, va_list);
    37023702#define     wvsnprintf WINELIB_NAME_AW(wvsnprintf)
    3703 INT       WINAPI wvsprintfA(LPSTR,LPCSTR,...);
    3704 INT       WINAPI wvsprintfW(LPWSTR,LPCWSTR,...);
     3703INT       WINAPI wvsprintfA(LPSTR,LPCSTR, va_list);
     3704INT       WINAPI wvsprintfW(LPWSTR,LPCWSTR, va_list);
    37053705#define     wvsprintf WINELIB_NAME_AW(wvsprintf)
    37063706
Note: See TracChangeset for help on using the changeset viewer.