Ignore:
Timestamp:
May 16, 2002, 6:43:06 PM (23 years ago)
Author:
sandervl
Message:

Wine resync

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ole32/ole2.c

    r7926 r8441  
    66 *      Copyright 1999  Francis Beaudet
    77 *      Copyright 1999  Noel Borthwick
     8 *
     9 * This library is free software; you can redistribute it and/or
     10 * modify it under the terms of the GNU Lesser General Public
     11 * License as published by the Free Software Foundation; either
     12 * version 2.1 of the License, or (at your option) any later version.
     13 *
     14 * This library is distributed in the hope that it will be useful,
     15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     17 * Lesser General Public License for more details.
     18 *
     19 * You should have received a copy of the GNU Lesser General Public
     20 * License along with this library; if not, write to the Free Software
     21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    822 */
    923
     
    3044#include "ole32_main.h"
    3145
    32 #include "debugtools.h"
    33 
    34 DEFAULT_DEBUG_CHANNEL(ole);
    35 DECLARE_DEBUG_CHANNEL(accel);
     46#include "wine/debug.h"
     47
     48WINE_DEFAULT_DEBUG_CHANNEL(ole);
     49WINE_DECLARE_DEBUG_CHANNEL(accel);
    3650
    3751/******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.