Function return types cannot be const.

This commit is contained in:
Marcus Meissner 2004-09-27 20:33:27 +00:00 committed by Alexandre Julliard
parent cb54fe66bc
commit 5539e288a6
2 changed files with 2 additions and 2 deletions

View file

@ -405,7 +405,7 @@ static IRpcProxyBufferVtbl tmproxyvtable = {
};
/* how much space do we use on stack in DWORD steps. */
int const
int
_argsize(DWORD vt) {
switch (vt) {
case VT_DATE:

View file

@ -4472,7 +4472,7 @@ _invoke(FARPROC func,CALLCONV callconv, int nrargs, DWORD *args) {
return res;
}
extern int const _argsize(DWORD vt);
extern int _argsize(DWORD vt);
/****************************************************************************
* Helper functions for Dispcall / Invoke, which copies one variant