Re: RPCRT4: make the on-wire protocol Windows compatible
26 Apr
2004
26 Apr
'04
8:26 p.m.
Hiya Filip, You should leave this part out. I dont think Alexandre will remove it for you. +#ifndef __REACTOS__ __TRY { - if (func) func(&msg); + if (func) func(msg); } __EXCEPT(rpc_filter) { /* failure packet was created in rpc_filter */ } __ENDTRY +#else + if (func) func(msg); +#endif Thanks Steven __________________________________ Do you Yahoo!? Yahoo! Photos: High-quality 4x6 digital prints for 25� http://photos.yahoo.com/ph/print_splash
7899
Age (days ago)
7899
Last active (days ago)
0 comments
1 participants
participants (1)
-
Steven Edwards