Changeset 194 for trunk/include/helpers


Ignore:
Timestamp:
Jul 28, 2002, 11:48:47 AM (23 years ago)
Author:
umoeller
Message:

Misc fixes.

Location:
trunk/include/helpers
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/dosh.h

    r190 r194  
    903903                       PCSZ pcszName);
    904904
     905    BOOL doshMatchCaseNoPath(const char *pcszMask,
     906                             const char *pcszName);
     907
    905908    BOOL doshMatch(PCSZ pcszMask,
    906909                   PCSZ pcszName);
  • trunk/include/helpers/nls.h

    r184 r194  
    129129        typedef NLSDATETIME *PNLSDATETIME;
    130130
    131         APIRET XWPENTRY nlsUpper(PSZ psz, ULONG ulLength);
     131        ULONG nlsUpper(PSZ psz);
    132132
    133133    #endif
Note: See TracChangeset for help on using the changeset viewer.