Fixed typo in /include/olectl.h

Bernard Ladenthin bernard at ladenthin.net
Sun Mar 18 07:10:07 CDT 2007


Hello,
I've found a little typo in the /include/olectl.h

The git patch is in the attachment.

Yours faithfully,
Bernard Ladenthin
-------------- next part --------------
>From 294e1ecdda13dd6aad0731f189286534f94f2b06 Mon Sep 17 00:00:00 2001
From: Bernard Ladenthin <bernard at ladenthin.net>
Date: Sun, 18 Mar 2007 12:50:53 +0100
Subject: [PATCH] Fixed Typo

---
 include/olectl.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/olectl.h b/include/olectl.h
index 49a1f75..9e8ede5 100644
--- a/include/olectl.h
+++ b/include/olectl.h
@@ -183,7 +183,7 @@ typedef VARIANT_BOOL OLE_ENABLEDEFAULTBO
 #define LP_VGACOLOR     0x2
 #define LP_COLOR        0x4
 
-HCURSOR WINAPI OleIconToCursor( HINSTANCE hinstExe, HICON hicon);
+HCURSOR WINAPI OleIconToCursor( HINSTANCE hinstExe, HICON hIcon);
 
 HRESULT WINAPI OleCreatePropertyFrameIndirect( LPOCPFIPARAMS lpParams);
 
-- 
1.4.3.4



More information about the wine-patches mailing list