a little dll/oleaut32/tmarshal.c correction

2003-09-18 Thread Evalet Olivier
For Marcus Meissner, Concerning the file dll/oleaut32/tmarshal.c, I have added a check for a result function. Below, the modified function with (SUCCEEDED test). It prevent a crash in my application. I don't no if the test: if (hres)... is writted to be equivalent of : if (SUCCEEDED(hres))... ??

[cvs compile error in for MSI dll]

2003-09-11 Thread Evalet Olivier
I have to modify the *.c files (from the MSI dll) by adding this: #include Is this my configuration which is wrong? Olivier -- www.programmers.ch