Changeset 4113 for trunk/include/heapstring.h
- Timestamp:
- Aug 29, 2000, 11:20:50 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/heapstring.h
r4079 r4113 1 /* $Id: heapstring.h,v 1. 9 2000-08-24 09:29:45sandervl Exp $ */1 /* $Id: heapstring.h,v 1.10 2000-08-29 21:20:49 sandervl Exp $ */ 2 2 3 3 /* … … 22 22 #define toupperW(a) (WCHAR)CharUpperW((LPWSTR)a) 23 23 #define tolowerW(a) (WCHAR)CharLowerW((LPWSTR)a) 24 #define _strlwr(a) strlwr(a) 24 25 25 26 /*****************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.