FIX MinGW workaround bring some macro small ?

This commit is contained in:
qPCR4vir
2015-12-02 13:40:47 +01:00
parent 74be76e49a
commit 221e9f6624
2 changed files with 3 additions and 3 deletions

View File

@@ -106,7 +106,7 @@ namespace detail
//@brief: Delete window handle, the handle type must be a root and a frame.
void destroy_handle(core_window_t*);
void default_icon(const paint::image& small_icon, const paint::image& big_icon);
void default_icon(const paint::image& _small_icon, const paint::image& big_icon);
void icon(core_window_t*, const paint::image& small_icon, const paint::image& big_icon);
//show