Changeset 1309


Ignore:
Timestamp:
Oct 15, 1999, 1:28:28 PM (26 years ago)
Author:
phaller
Message:

Fix: debug info

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:24 phaller Exp $ */
     1/* $Id: char.cpp,v 1.8 1999-10-15 11:28:28 phaller Exp $ */
    22
    33/*
     
    1313 */
    1414
     15
     16#include <odin.h>
     17#include <odinwrap.h>
     18#include <os2sel.h>
     19
    1520#include "user32.h"
    1621
    1722#include <wctype.h> /* towupper, towlower support */
    1823
     24
     25ODINDEBUGCHANNEL(USER32-CHAR)
    1926
    2027//******************************************************************************
     
    204211//******************************************************************************
    205212//******************************************************************************
    206 LPWSTR WIN32API CharUpperW( LPWSTR x)
    207 {
    208   dprintf(("USER32: OS2CharUpperW(%08xh)\n",
    209            x));
    210 
     213ODINFUNCTION1(LPWSTR,CharUpperW,LPWSTR,x)
     214{
    211215  if (HIWORD(x))
    212216  {
Note: See TracChangeset for help on using the changeset viewer.