Commit 9012c6c0 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

LoadImage is a macro on Win32 API - you can't use as a function name as is

parent 775ebb8f
......@@ -481,6 +481,8 @@ static subpicture_t *Filter( filter_t *p_filter, mtime_t date )
* functions
***************************************************************************/
#undef LoadImage /* do not conflict with Win32 API */
/****************************************************************************
* download and resize image located at psz_url
***************************************************************************/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment