Changeset 8441 for trunk/src/ole32/ole2.c
- Timestamp:
- May 16, 2002, 6:43:06 PM (23 years ago)
- File:
-
- 1 edited
-
trunk/src/ole32/ole2.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ole32/ole2.c
r7926 r8441 6 6 * Copyright 1999 Francis Beaudet 7 7 * 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 8 22 */ 9 23 … … 30 44 #include "ole32_main.h" 31 45 32 #include " debugtools.h"33 34 DEFAULT_DEBUG_CHANNEL(ole);35 DECLARE_DEBUG_CHANNEL(accel);46 #include "wine/debug.h" 47 48 WINE_DEFAULT_DEBUG_CHANNEL(ole); 49 WINE_DECLARE_DEBUG_CHANNEL(accel); 36 50 37 51 /******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.
