RĂ©mi Assailly <remi.assailly(a)free.fr> writes:
> --- include/wine/library.h 2005-01-07 19:41:26.000000000 +0100
> +++ include/wine/library.h 2005-01-07 19:49:41.389057824 +0100
> @@ -42,6 +42,7 @@
> extern void *wine_dlopen( const char *filename, int flag, char *error, int errorsize );
> extern void *wine_dlsym( void *handle, const char *symbol, char *error, int errorsize );
> extern int wine_dlclose( void *handle, char *error, int errorsize );
> +extern void __wine_dll_register( const IMAGE_NT_HEADERS *header, const char *filename );
Functions starting with '__wine' are internal only and must not be
declared in the public headers if it can be avoided.
--
Alexandre Julliard
julliard(a)winehq.org