Changeset 10202 for trunk/src


Ignore:
Timestamp:
Aug 4, 2003, 11:20:13 AM (22 years ago)
Author:
sandervl
Message:

added wrapper for lstrtruct

File:
1 edited

Legend:

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

    r10176 r10202  
    214214
    215215#undef DBG_LOCALLOG
    216 #define DBG_LOCALLOG    DBG_directory
     216#define DBG_LOCALLOG    DBG_directory
    217217
    218218DEBUGWRAP24(SearchPathA);
     
    304304DEBUGWRAP_LVL2_8(lstrlenAtoW);
    305305DEBUGWRAP_LVL2_8(lstrlenWtoA);
     306DEBUGWRAP_LVL2_8(lstrtrunc);
    306307
    307308#undef DBG_LOCALLOG
     
    363364
    364365#undef DBG_LOCALLOG
    365 #define DBG_LOCALLOG    DBG_profile
     366#define DBG_LOCALLOG    DBG_profile
    366367
    367368DEBUGWRAP12(WritePrivateProfileSectionA);
     
    396397
    397398#undef DBG_LOCALLOG
    398 #define DBG_LOCALLOG    DBG_atom
     399#define DBG_LOCALLOG    DBG_atom
    399400
    400401DEBUGWRAP4(AddAtomA);
     
    506507
    507508#undef DBG_LOCALLOG
    508 #define DBG_LOCALLOG    DBG_environ
     509#define DBG_LOCALLOG    DBG_environ
    509510
    510511DEBUGWRAP0(GetEnvironmentStringsA);
     
    521522
    522523#undef DBG_LOCALLOG
    523 #define DBG_LOCALLOG    DBG_resource
     524#define DBG_LOCALLOG    DBG_resource
    524525
    525526DEBUGWRAP12(VerLanguageNameA);
     
    548549
    549550#undef DBG_LOCALLOG
    550 #define DBG_LOCALLOG    DBG_heap
     551#define DBG_LOCALLOG    DBG_heap
    551552
    552553DEBUGWRAP_LVL2_8(LocalAlloc);
     
    588589
    589590#undef DBG_LOCALLOG
    590 #define DBG_LOCALLOG    DBG_npipe
     591#define DBG_LOCALLOG    DBG_npipe
    591592
    592593DEBUGWRAP28(GetNamedPipeHandleStateA);
     
    608609
    609610#undef DBG_LOCALLOG
    610 #define DBG_LOCALLOG    DBG_event
     611#define DBG_LOCALLOG    DBG_event
    611612
    612613DEBUGWRAP16(CreateEventA);
     
    624625
    625626#undef DBG_LOCALLOG
    626 #define DBG_LOCALLOG    DBG_mutex
     627#define DBG_LOCALLOG    DBG_mutex
    627628
    628629DEBUGWRAP12(CreateMutexA);
     
    634635
    635636#undef DBG_LOCALLOG
    636 #define DBG_LOCALLOG    DBG_semaphore
     637#define DBG_LOCALLOG    DBG_semaphore
    637638DEBUGWRAP12(OpenSemaphoreA);
    638639DEBUGWRAP12(OpenSemaphoreW);
     
    744745
    745746#undef DBG_LOCALLOG
    746 #define DBG_LOCALLOG    DBG_debug
     747#define DBG_LOCALLOG    DBG_debug
    747748
    748749DEBUGWRAP4(DebugActiveProcess);
     
    756757
    757758#undef DBG_LOCALLOG
    758 #define DBG_LOCALLOG    DBG_nls
     759#define DBG_LOCALLOG    DBG_nls
    759760DEBUGWRAP0(GetACP);
    760761DEBUGWRAP8(GetCPInfo);
     
    791792
    792793#undef DBG_LOCALLOG
    793 #define DBG_LOCALLOG    DBG_time
     794#define DBG_LOCALLOG    DBG_time
    794795DEBUGWRAP4(GetTimeZoneInformation);
    795796DEBUGWRAP12(DosDateTimeToFileTime);
    796797DEBUGWRAP4(GetSystemTime);
    797798DEBUGWRAP12(GetSystemTimeAdjustment);
    798 DEBUGWRAP4(GetSystemTimeAsFileTime);
     799DEBUGWRAP4_NORET(GetSystemTimeAsFileTime);
    799800DEBUGWRAP4_NORET(GetLocalTime);
    800801DEBUGWRAP4(SetLocalTime);
     
    815816
    816817#undef DBG_LOCALLOG
    817 #define DBG_LOCALLOG    DBG_critsection
     818#define DBG_LOCALLOG    DBG_critsection
    818819DEBUGWRAP_LVL2_4(DeleteCriticalSection);
    819820DEBUGWRAP_LVL2_4(EnterCriticalSection);
Note: See TracChangeset for help on using the changeset viewer.