Ignore:
Timestamp:
Dec 6, 1999, 9:39:38 PM (26 years ago)
Author:
sandervl
Message:

EB: Hack for GetFullPathNameA + Fixed dprintf in lstrcmpW

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/heapstring.cpp

    r1975 r1997  
    1 /* $Id: heapstring.cpp,v 1.20 1999-12-05 10:02:30 sandervl Exp $ */
     1/* $Id: heapstring.cpp,v 1.21 1999-12-06 20:39:38 sandervl Exp $ */
    22
    33/*
     
    276276int WIN32API lstrcmpW(LPCWSTR arg1, LPCWSTR arg2)
    277277{
    278     dprintf2(("KERNEL32: lstrcmpW (%08xh-%ls, %08xh-%ls)\n",
     278    dprintf2(("KERNEL32: lstrcmpW (%08xh, %08xh)\n",
    279279             arg1,
    280              arg1,
    281              arg2,
    282280             arg2));
    283281
Note: See TracChangeset for help on using the changeset viewer.