Michael wrote:
Also *AW functions are allowed to call *A funtions so those are excluded too.
There seem to be quite a few of these from shell32 still included: dlls/shell32/shellpath.c 62 PathAppendAW: call to PathAppendA dlls/shell32/shellpath.c 75 PathCombineAW: call to PathCombineA dlls/shell32/shellpath.c 85 PathAddBackslashAW: call to PathAddBackslashA dlls/shell32/shellpath.c 95 PathBuildRootAW: call to PathBuildRootA
--Juan
__________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage! http://promotions.yahoo.com/new_mail
On Wed, Sep 15, 2004 at 04:56:14PM -0700, Juan Lang wrote:
Michael wrote:
Also *AW functions are allowed to call *A funtions so those are excluded too.
There seem to be quite a few of these from shell32 still included: dlls/shell32/shellpath.c 62 PathAppendAW: call to PathAppendA dlls/shell32/shellpath.c 75 PathCombineAW: call to PathCombineA
Duh ... did i say that i'm tired? I was checking the called funtion instead of the caller. Fixed. Corrected script and output files are attached. Now they are only 178 lines of output which brings us damn near to Dimi's number.
bye michael