Index: dlls/ole32/ole2.c
===================================================================
RCS file: /home/wine/wine/dlls/ole32/ole2.c,v
retrieving revision 1.47
diff -u -r1.47 ole2.c
--- dlls/ole32/ole2.c	11 Sep 2003 03:06:25 -0000	1.47
+++ dlls/ole32/ole2.c	6 Dec 2003 08:57:50 -0000
@@ -1419,12 +1419,11 @@
  */
 BOOL WINAPI IsAccelerator(HACCEL hAccel, int cAccelEntries, LPMSG lpMsg, WORD* lpwCmd)
 {
-    /* YES, Accel16! */
-    LPACCEL16 lpAccelTbl;
+    LPACCEL lpAccelTbl;
     int i;
 
     if(!lpMsg) return FALSE;
-    if (!hAccel || !(lpAccelTbl = (LPACCEL16)LockResource16(HACCEL_16(hAccel))))
+    if (!hAccel || !(lpAccelTbl = (LPACCEL)LockResource(hAccel)))
     {
 	WARN_(accel)("invalid accel handle=%p\n", hAccel);
 	return FALSE;
