Changeset 249 for trunk/include/helpers


Ignore:
Timestamp:
Feb 8, 2003, 9:57:38 PM (23 years ago)
Author:
umoeller
Message:

Build updates, moved files from warpin.

Location:
trunk/include/helpers
Files:
4 edited

Legend:

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

    r243 r249  
    703703                            PSZ pszFileOut,
    704704                            ULONG cbFileOut);
     705
     706    typedef APIRET XWPENTRY FNCBFORALLFILES(const FILEFINDBUF3 *pfb3,
     707                                            PVOID pvCallback);
     708
     709    APIRET doshForAllFiles(PCSZ pcszSearchMask,
     710                           ULONG flFile,
     711                           FNCBFORALLFILES *pfncb,
     712                           PVOID pvCallback);
    705713
    706714    /* ******************************************************************
  • trunk/include/helpers/nls.h

    r242 r249  
    4444    #define TYPE_DBCS_1ST       0x0001
    4545    #define TYPE_DBCS_2ND       0x0002
     46
     47    ULONG XWPENTRY nlsQueryCodepage(VOID);
    4648
    4749    BOOL XWPENTRY nlsDBCS(VOID);
  • trunk/include/helpers/xml.h

    r187 r249  
    359359                                  const char *pcszName,
    360360                                  const char *pcszValue,
     361                                  ULONG lenValue,
    361362                                  PDOMNODE *ppNew);
    362363
    363364    APIRET xmlCreateTextNode(PDOMNODE pParent,
    364365                             const char *pcszText,
    365                              ULONG ulLength,
     366                             ULONG lenText,
    366367                             PDOMNODE *ppNew);
    367368
  • trunk/include/helpers/xstring.h

    r171 r249  
    225225    typedef XSTRENCODE *PXSTRENCODE;
    226226
     227    ULONG XWPENTRY xstrEncodeASCII(PXSTRING pxstr);
     228
    227229    ULONG XWPENTRY xstrDecode2(PXSTRING pxstr,
    228230                               CHAR cKey);
Note: See TracChangeset for help on using the changeset viewer.