ole32: Include ole2.h in ole32_main.c to type-check the function signature of OleMetafilePictFromIconAndLabel.

This commit is contained in:
Rob Shearman 2008-06-22 09:40:16 +01:00 committed by Alexandre Julliard
parent 2c183cba02
commit f91d3bbeb1
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#include "winuser.h"
#include "winnls.h"
#include "objbase.h"
#include "ole2.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(ole);