Changeset 1997 for trunk/src/kernel32/heapstring.cpp
- Timestamp:
- Dec 6, 1999, 9:39:38 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/heapstring.cpp
r1975 r1997 1 /* $Id: heapstring.cpp,v 1.2 0 1999-12-05 10:02:30sandervl Exp $ */1 /* $Id: heapstring.cpp,v 1.21 1999-12-06 20:39:38 sandervl Exp $ */ 2 2 3 3 /* … … 276 276 int WIN32API lstrcmpW(LPCWSTR arg1, LPCWSTR arg2) 277 277 { 278 dprintf2(("KERNEL32: lstrcmpW (%08xh -%ls, %08xh-%ls)\n",278 dprintf2(("KERNEL32: lstrcmpW (%08xh, %08xh)\n", 279 279 arg1, 280 arg1,281 arg2,282 280 arg2)); 283 281
Note:
See TracChangeset
for help on using the changeset viewer.