From 32faa247331dc744d307aa9fd60146aa59cde8ba Mon Sep 17 00:00:00 2001 From: Pierre Schweitzer Date: Sun, 20 Jan 2019 11:06:42 +0100 Subject: [PATCH] [BUTTERFLIES] Fix GCC build --- .../rosapps/applications/screensavers/butterflies/butterflies.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rosapps/applications/screensavers/butterflies/butterflies.c b/modules/rosapps/applications/screensavers/butterflies/butterflies.c index 1c181fea912..60f7ed4d171 100644 --- a/modules/rosapps/applications/screensavers/butterflies/butterflies.c +++ b/modules/rosapps/applications/screensavers/butterflies/butterflies.c @@ -230,7 +230,7 @@ void Display() } -INT_PTR AboutProc(HWND hdlg, UINT msg, WPARAM wpm, LPARAM lpm){ +INT_PTR CALLBACK AboutProc(HWND hdlg, UINT msg, WPARAM wpm, LPARAM lpm){ switch(msg){ case WM_CTLCOLORSTATIC: -- 2.17.1