Ignore:
Timestamp:
Sep 23, 1999, 5:58:01 PM (26 years ago)
Author:
phaller
Message:

Fix: fixed bug on CharPrevW

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/char.cpp

    r949 r1023  
    1 /* $Id: char.cpp,v 1.6 1999-09-15 23:18:48 sandervl Exp $ */
     1/* $Id: char.cpp,v 1.7 1999-09-23 15:57:24 phaller Exp $ */
    22
    33/*
     
    104104//******************************************************************************
    105105//******************************************************************************
    106 LPWSTR WIN32API CharPrevW(LPCWSTR x,
    107                           LPCWSTR start)
     106LPWSTR WIN32API CharPrevW(LPCWSTR start,
     107                          LPCWSTR x)
    108108{
    109109    dprintf(("USER32: OS2CharPrevW(%08xh,%08xh)\n",
    110              x,
    111              start));
     110             start,
     111             x));
    112112
    113113  /* FIXME: add DBCS / codepage stuff */
Note: See TracChangeset for help on using the changeset viewer.