Ignore:
Timestamp:
Dec 19, 1999, 9:17:17 PM (26 years ago)
Author:
sandervl
Message:

FormatMessageA/W bugfix (wrong calling convention for WVSPRINTFAPROC)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/message.cpp

    r1792 r2147  
    1 /* $Id: message.cpp,v 1.8 1999-11-21 13:59:36 achimha Exp $ */
     1/* $Id: message.cpp,v 1.9 1999-12-19 20:17:17 sandervl Exp $ */
    22
    33/*
     
    2626#include "heapstring.h"
    2727
    28 typedef VOID (*WVSPRINTFAPROC)(LPSTR,LPCSTR,va_list);
     28typedef VOID (* WIN32API WVSPRINTFAPROC)(LPSTR,LPCSTR,va_list);
    2929WVSPRINTFAPROC wvsprintfAProc = NULL;
    3030
Note: See TracChangeset for help on using the changeset viewer.