SHLWAPI reorg

Jon jon_p_griffiths at yahoo.com
Thu Sep 19 11:13:16 CDT 2002


Hi,

Re-org of some ordinal functions, as discussed last week:
Move url ordinals 1,2 and PathIsUrlA/W into url.c.
Move the definitions for @1,2 here from ordinal.h as well
Move the path ordinals @3,4,5,6 into path.c
Delete the prototypes for @3,4,5,6 from ordinal.h

As a result, ordinal.h is no longer needed and should be removed. Any future
ordinal additions will go into files with their related functions and thus
wont be exporting interfaces across files.

Since I'm off travelling again I've thrown some other updates into this patch 
as well. I'm still not completely synched up with work I did last year :-(

Cheers,
Jon

License: X11

ChangeLog:

  Jon Griffiths <jon_p_griffiths at yahoo.com>

  +dlls/shlwapi/shlwapi.spec,dlls/shlwapi/ordinal.c,dlls/shlwapi/url.c,
   dlls/shlwapi/path.c,dlls/shlwapi/ordinal.h,dlls/shlwapi/string.c,
   dlls/shlwapi/thread.c,dlls/shlwapi/regstream.c
   Reorganise/minor tidyup of ordinal functions
   Implement StrCmpLogicalW,StrFormatByteSizeA/W,StrFormatByteSize64A,
   SHCreateStreamWrapper
   Fix some output .spec parameters from str to ptr.

  +include/shlwapi.h
   Fix definition of StrFormatByteSize functions
-------------- next part --------------
A non-text attachment was scrubbed...
Name: SHLWAPI_reorg.diff
Type: text/x-diff
Size: 37705 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20020919/23b6a3bd/SHLWAPI_reorg.bin


More information about the wine-patches mailing list