Ignore:
Timestamp:
Oct 7, 1999, 12:34:48 PM (26 years ago)
Author:
phaller
Message:

Fix: debug info

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shell32/new/shellguid.cpp

    r898 r1162  
     1/* $Id: shellguid.cpp,v 1.4 1999-10-07 10:34:47 phaller Exp $ */
     2
     3/*
     4 * Win32 SHELL32 for OS/2
     5 *
     6 * Copyright 1997 Marcus Meissner
     7 * Copyright 1999 Patrick Haller (haller@zebra.fh-weingarten.de)
     8 * Project Odin Software License can be found in LICENSE.TXT
     9 *
     10 */
     11
    112/*
    213 *  Shell UID
     
    718 *
    819 */
     20
     21
     22/*****************************************************************************
     23 * Includes                                                                  *
     24 *****************************************************************************/
     25
    926#include <odin.h>
     27#include <odinwrap.h>
    1028
    1129#define ICOM_CINTERFACE 1
     
    3856 will have to be in the same place as everybody else. This is * the same
    3957 problem as with "real" Windows programs. */
     58
     59ODINDEBUGCHANNEL(SHELL32-SHELLGUID)
     60
     61
Note: See TracChangeset for help on using the changeset viewer.