| commit | aaa830698cf65d500c05fa79a00d562c0ffe605d | [log] [tgz] |
|---|---|---|
| author | Paul Quinn <paulq@corel.ca> | Sat Jun 05 15:23:20 1999 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Sat Jun 05 15:23:20 1999 +0000 |
| tree | a14bfb4237b975e6a6c54c253e0d823c83f24d62 | |
| parent | 18d3ad837c1380e31247024691e260ade063b695 [diff] [blame] |
Some non-threatening fixes to some headers, as well as some casting changes that make winelib more win32 code compatible.
diff --git a/ole/bindctx.c b/ole/bindctx.c index b84c00a..bb16312 100644 --- a/ole/bindctx.c +++ b/ole/bindctx.c
@@ -338,7 +338,7 @@ if (pprot==NULL) return E_POINTER; - res=GetRunningObjectTable(0,(LPVOID*)pprot); + res=GetRunningObjectTable(0, pprot); return res; }