Changeset 245 for trunk/include


Ignore:
Timestamp:
Feb 2, 2003, 9:22:17 PM (23 years ago)
Author:
umoeller
Message:

Sources as of 1.0.1.

Location:
trunk/include/helpers
Files:
2 edited

Legend:

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

    r240 r245  
    7272                             ULONG cbSource);
    7373
     74    size_t XWPENTRY strlcpy(char *dst,
     75                            const char *src,
     76                            size_t siz);
     77
     78    size_t strlcat(char *dst,
     79                   const char *src,
     80                   size_t siz);
     81
    7482    ULONG XWPENTRY strhlen(PCSZ pcsz);
    7583
     
    144152                             PCSZ pcszSource);
    145153
     154    BOOL XWPENTRY strhKillChar(PSZ psz,
     155                               CHAR c,
     156                               PULONG pulLength);
     157
    146158    PSZ XWPENTRY strhFindAttribValue(const char *pszSearchIn, const char *pszAttrib);
    147159
  • trunk/include/helpers/winh.h

    r243 r245  
    7878    #endif
    7979
     80    #ifndef PP_FIELDBACKGROUNDCOLOR
     81    #define PP_FIELDBACKGROUNDCOLOR                 57L
     82    #endif
     83
     84    #ifndef PP_PAGEFOREGROUNDCOLOR
     85    #define PP_PAGEFOREGROUNDCOLOR                  68L
     86    #endif
     87
     88    #ifndef PP_PAGEBACKGROUNDCOLOR
     89    #define PP_PAGEBACKGROUNDCOLOR                  69L
     90    #endif
     91
     92    #ifndef CM_SETGRIDINFO
     93    #define CM_SETGRIDINFO                0x0354
     94    #define CM_QUERYGRIDINFO              0x0355
     95    #define CM_SNAPTOGRID                 0x0356
     96    #define CRA_LOCKED          0x00000400L /* record is locked.          */
     97    #endif
     98
    8099    /* ******************************************************************
    81100     *
Note: See TracChangeset for help on using the changeset viewer.