Ignore:
Timestamp:
Aug 11, 2001, 2:03:36 PM (24 years ago)
Author:
sandervl
Message:

work dir change for creating objects

File:
1 edited

Legend:

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

    r6427 r6517  
    1 /* $Id: dde.cpp,v 1.13 2001-07-31 07:56:48 sandervl Exp $ */
     1/* $Id: dde.cpp,v 1.14 2001-08-11 12:03:35 sandervl Exp $ */
    22
    33/*
     
    208208//******************************************************************************
    209209//******************************************************************************
    210 BOOL WIN32API DdeKeepStringHandle(DWORD arg1, HSZ  arg2)
    211 {
    212     dprintf(("USER32:  DdeKeepStringHandle\n"));
     210BOOL WIN32API DdeKeepStringHandle(DWORD arg1, HSZ arg2)
     211{
     212    dprintf(("USER32: DdeKeepStringHandle %x %x", arg1, arg2));
    213213
    214214    return O32_DdeKeepStringHandle(arg1, arg2);
     
    218218HDDEDATA WIN32API DdeNameService( DWORD arg1, HSZ  arg2, HSZ  arg3, UINT  arg4)
    219219{
    220     dprintf(("USER32:  DdeNameService\n"));
     220    dprintf(("USER32: DdeNameService %x %x %x %x", arg1, arg2, arg3, arg4));
    221221
    222222    return O32_DdeNameService(arg1, arg2, arg3, arg4);
Note: See TracChangeset for help on using the changeset viewer.