Module: wine Branch: master Commit: f91d3bbeb1232d8b44408f9e1a540f837053b51c URL: http://source.winehq.org/git/wine.git/?a=commit;h=f91d3bbeb1232d8b44408f9e1a...
Author: Rob Shearman robertshearman@gmail.com Date: Sun Jun 22 09:40:16 2008 +0100
ole32: Include ole2.h in ole32_main.c to type-check the function signature of OleMetafilePictFromIconAndLabel.
---
dlls/ole32/ole32_main.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/dlls/ole32/ole32_main.c b/dlls/ole32/ole32_main.c index 89878b7..4c68321 100644 --- a/dlls/ole32/ole32_main.c +++ b/dlls/ole32/ole32_main.c @@ -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);