Improve WinMain prototype to avoid compiler warnings.

1999-11-26  Tor Lillqvist  <tml@iki.fi>

* libgimp/gimp.h (MAIN) (Win32): Improve WinMain prototype to
avoid compiler warnings.

* libgimp/gimpui.def: Add one entry point.
This commit is contained in:
Tor Lillqvist 1999-11-26 00:15:16 +00:00 committed by Tor Lillqvist
parent 0c54d27dd7
commit d5c974fee7
3 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,10 @@
1999-11-26 Tor Lillqvist <tml@iki.fi>
* libgimp/gimp.h (MAIN) (Win32): Improve WinMain prototype to
avoid compiler warnings.
* libgimp/gimpui.def: Add one entry point.
Thu Nov 25 12:54:10 PST 1999 Manish Singh <yosh@gimp.org>
* Made 1.1.13 release

View File

@ -197,9 +197,10 @@ struct _GParam
return gimp_main (argc, argv); \
} \
\
struct HINSTANCE__; \
int _stdcall \
WinMain (void *hInstance, \
void *hPrevInstance, \
WinMain (struct HINSTANCE__ *hInstance, \
struct HINSTANCE__ *hPrevInstance, \
char *lpszCmdLine, \
int nCmdShow) \
{ \

View File

@ -9,6 +9,7 @@ EXPORTS
gimp_channel_menu_new
gimp_color_button_get_type
gimp_color_button_new
gimp_color_button_update
gimp_drawable_menu_new
gimp_export_image
gimp_file_selection_get_filename