X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=event.h;h=d97fc9472b41236c5636f646c1ce67beef2f066e;hb=62f28c55d444d846579159133dbe091809a2c08b;hp=849a34779769c137a8de8809c17afaba07ab4e30;hpb=5b9e64a9ae1fbf1254c9c246e5b123d3aa77a37a;p=nssm.git diff --git a/event.h b/event.h index 849a347..d97fc94 100644 --- a/event.h +++ b/event.h @@ -5,6 +5,6 @@ TCHAR *error_string(unsigned long); TCHAR *message_string(unsigned long); void log_event(unsigned short, unsigned long, ...); void print_message(FILE *, unsigned long, ...); -int popup_message(unsigned int, unsigned long, ...); +int popup_message(HWND, unsigned int, unsigned long, ...); #endif