Changeset 1309
- Timestamp:
- Oct 15, 1999, 1:28:28 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/user32/char.cpp ¶
r1023 r1309 1 /* $Id: char.cpp,v 1. 7 1999-09-23 15:57:24phaller Exp $ */1 /* $Id: char.cpp,v 1.8 1999-10-15 11:28:28 phaller Exp $ */ 2 2 3 3 /* … … 13 13 */ 14 14 15 16 #include <odin.h> 17 #include <odinwrap.h> 18 #include <os2sel.h> 19 15 20 #include "user32.h" 16 21 17 22 #include <wctype.h> /* towupper, towlower support */ 18 23 24 25 ODINDEBUGCHANNEL(USER32-CHAR) 19 26 20 27 //****************************************************************************** … … 204 211 //****************************************************************************** 205 212 //****************************************************************************** 206 LPWSTR WIN32API CharUpperW( LPWSTR x) 207 { 208 dprintf(("USER32: OS2CharUpperW(%08xh)\n", 209 x)); 210 213 ODINFUNCTION1(LPWSTR,CharUpperW,LPWSTR,x) 214 { 211 215 if (HIWORD(x)) 212 216 {
Note:
See TracChangeset
for help on using the changeset viewer.