mingw32 build: fix build errors

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
Gerd Hoffmann 2010-07-08 11:40:57 +02:00 committed by Alon Levy
parent 53c4477379
commit 074555bcf3

View File

@ -16,8 +16,8 @@
License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#include <Windows.h>
#include <Wingdi.h>
#include <windows.h>
#include <wingdi.h>
#include "gdi_canvas.h"
#define GDI_CANVAS
#include "canvas_base.c"