Commit cfa93341 authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

user32: Include png.h only if SONAME_LIBPNG is defined.

parent b4684bc5
......@@ -31,7 +31,7 @@
#include <stdarg.h>
#include <string.h>
#include <stdlib.h>
#ifdef HAVE_PNG_H
#ifdef SONAME_LIBPNG
#include <png.h>
#endif
......
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