Changeset 245 for trunk/include
- Timestamp:
- Feb 2, 2003, 9:22:17 PM (23 years ago)
- Location:
- trunk/include/helpers
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/stringh.h
r240 r245 72 72 ULONG cbSource); 73 73 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 74 82 ULONG XWPENTRY strhlen(PCSZ pcsz); 75 83 … … 144 152 PCSZ pcszSource); 145 153 154 BOOL XWPENTRY strhKillChar(PSZ psz, 155 CHAR c, 156 PULONG pulLength); 157 146 158 PSZ XWPENTRY strhFindAttribValue(const char *pszSearchIn, const char *pszAttrib); 147 159 -
trunk/include/helpers/winh.h
r243 r245 78 78 #endif 79 79 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 80 99 /* ****************************************************************** 81 100 *
Note:
See TracChangeset
for help on using the changeset viewer.