-
- Downloads
Modified so that they do not use the VTABLE_FUNC macros that performed
casts of all methods put in the jump table. I find it too risky to use such macros because nothing guarantees that you actually put the right method at the right place or that the prototype is right.
Showing
- dlls/shell32/shelllink.c 8 additions, 12 deletionsdlls/shell32/shelllink.c
- ole/bindctx.c 82 additions, 70 deletionsole/bindctx.c
- ole/filemoniker.c 141 additions, 106 deletionsole/filemoniker.c
- ole/itemmoniker.c 143 additions, 108 deletionsole/itemmoniker.c
- ole/stg_stream.c 48 additions, 36 deletionsole/stg_stream.c
- ole/storage32.c 156 additions, 116 deletionsole/storage32.c
- ole/storage32.h 41 additions, 51 deletionsole/storage32.h
Loading
Please register or sign in to comment