Ignore:
Timestamp:
Jan 21, 2003, 12:47:46 PM (23 years ago)
Author:
sandervl
Message:

Moved debug wrapper for DDE to dde.cpp

File:
1 edited

Legend:

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

    r7866 r9701  
    1 /* $Id: dde.cpp,v 1.15 2002-02-11 13:48:40 sandervl Exp $ */
     1/* $Id: dde.cpp,v 1.16 2003-01-21 11:47:46 sandervl Exp $ */
    22
    33/*
     
    1111 */
    1212#include <os2win.h>
    13 #include <misc.h>
    1413#include <unicode.h>
     14#include <ddeml.h>
     15#include <dde.h>
     16#include <odinwrap.h>
     17#include <dbgwrap.h>
    1518
    1619#define DBG_LOCALLOG    DBG_dde
    1720#include "dbglocal.h"
     21
     22#define DBGWRAP_MODULE "USER32"
     23#include <dbgwrap.h>
     24
     25#ifdef DEBUG
     26#undef DBG_LOCALLOG
     27#define DBG_LOCALLOG    DBG_dde
     28DEBUGWRAP12(DdeAbandonTransaction)
     29DEBUGWRAP8(DdeAccessData)
     30DEBUGWRAP16(DdeAddData)
     31DEBUGWRAP32(DdeClientTransaction)
     32DEBUGWRAP8(DdeCmpStringHandles)
     33DEBUGWRAP16(DdeConnect)
     34DEBUGWRAP20(DdeConnectList)
     35DEBUGWRAP28(DdeCreateDataHandle)
     36DEBUGWRAP12(DdeCreateStringHandleA)
     37DEBUGWRAP12(DdeCreateStringHandleW)
     38DEBUGWRAP4(DdeDisconnect)
     39DEBUGWRAP4(DdeDisconnectList)
     40DEBUGWRAP12(DdeEnableCallback)
     41DEBUGWRAP4(DdeFreeDataHandle)
     42DEBUGWRAP8(DdeFreeStringHandle)
     43DEBUGWRAP16(DdeGetData)
     44DEBUGWRAP4(DdeGetLastError)
     45DEBUGWRAP4(DdeImpersonateClient)
     46DEBUGWRAP16(DdeInitializeA)
     47DEBUGWRAP16(DdeInitializeW)
     48DEBUGWRAP8(DdeKeepStringHandle)
     49DEBUGWRAP16(DdeNameService)
     50DEBUGWRAP12(DdePostAdvise)
     51DEBUGWRAP12(DdeQueryConvInfo)
     52DEBUGWRAP8(DdeQueryNextServer)
     53DEBUGWRAP20(DdeQueryStringA)
     54DEBUGWRAP20(DdeQueryStringW)
     55DEBUGWRAP4(DdeReconnect)
     56DEBUGWRAP12(DdeSetQualityOfService)
     57DEBUGWRAP12(DdeSetUserHandle)
     58DEBUGWRAP4(DdeUnaccessData)
     59DEBUGWRAP4(DdeUninitialize)
     60DEBUGWRAP8(FreeDDElParam)
     61DEBUGWRAP8(ImpersonateDdeClientWindow)
     62DEBUGWRAP12(PackDDElParam)
     63DEBUGWRAP20(ReuseDDElParam)
     64DEBUGWRAP16(UnpackDDElParam)
     65#endif
    1866
    1967//******************************************************************************
     
    324372//******************************************************************************
    325373//******************************************************************************
    326 UINT WIN32API ReuseDDElParam(LPARAM arg1, UINT arg2, UINT arg3, UINT arg4, UINT arg5)
     374LPARAM WIN32API ReuseDDElParam(LPARAM arg1, UINT arg2, UINT arg3, UINT arg4, UINT arg5)
    327375{
    328376    dprintf(("USER32:  ReuseDDElParam\n"));
Note: See TracChangeset for help on using the changeset viewer.