Ignore:
Timestamp:
Jul 16, 2003, 8:07:01 PM (22 years ago)
Author:
sandervl
Message:

KOM: Added functions to query length after ascii or unicode conversion; Changed the destination length parameter name of lstrcpynWtoA() and lstrcpynAtoW()

File:
1 edited

Legend:

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

    r9802 r10176  
    302302DEBUGWRAP_LVL2_12(lstrncmpiA);
    303303DEBUGWRAP_LVL2_12(lstrncmpiW);
     304DEBUGWRAP_LVL2_8(lstrlenAtoW);
     305DEBUGWRAP_LVL2_8(lstrlenWtoA);
    304306
    305307#undef DBG_LOCALLOG
     
    877879DEBUGWRAP_LVL2_0(GetTickCount);
    878880DEBUGWRAP4(GetVDMCurrentDirectories);
    879 DEBUGWRAP4(QueryPerformanceCounter);
     881DEBUGWRAP_LVL2_4(QueryPerformanceCounter);
    880882DEBUGWRAP4(QueryPerformanceFrequency);
    881883DEBUGWRAP4(IsProcessorFeaturePresent);
Note: See TracChangeset for help on using the changeset viewer.