CALLBACK 抜け
@@ -258,7 +258,7 @@ | ||
258 | 258 | return FALSE; |
259 | 259 | } |
260 | 260 | |
261 | -static UINT CallBack(HWND hwnd, UINT uMsg, struct _PROPSHEETPAGEW *ppsp) | |
261 | +static UINT CALLBACK CallBack(HWND hwnd, UINT uMsg, struct _PROPSHEETPAGEW *ppsp) | |
262 | 262 | { |
263 | 263 | (void)hwnd; |
264 | 264 | UINT ret_val = 0; |