Function declaration fixes

Francois Gouget fgouget at free.fr
Mon Jul 23 18:24:45 CDT 2001


On Mon, 23 Jul 2001, Patrik Stridvall wrote:
[...]
> *** declarations
>
> * dlls/msvcrt/cpp.c,
>   dlls/msvcrt/exit.c,
>   dlls/msvcrt/mbcs.c,
>   dlls/msvcrt/msvcrt.h,
>   dlls/ntdll/signal_i386.c,
>   dlls/shell32/shlmenu.c,
>   include/wine/undocshell.h:
> - Made sure that the files that contains the declarations
>   of the implementated functions are included.
> - Corrected mismatching prototypes.
> - Cleaned up the include section.

   You should not add a prototype for MSVCRT_isleadbyte and
MSVCRT_realloc in wine/dlls/msvcrt/msvcrt.h. These are declared in
include/msvcrt/wctype.h and include/msvcrt/malloc.h respectively. The
correct fix is to include these headers where needed.


--
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
      Broadcast message : fin du monde dans cinq minutes, repentez vous !







More information about the wine-devel mailing list