Changeset 8441 for trunk/src


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

Wine resync

Location:
trunk/src/ole32
Files:
1 added
31 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ole32/LICENSE.TXT

    r6379 r8441  
    1 $Id: LICENSE.TXT,v 1.3 2001-07-21 08:48:36 sandervl Exp $
    2 @c This is an additional Odin license agreement.
    3 @c It supercedes the main Odin license, but is only valid in
    4 @c the source directory in which it is present.
     1$Id: LICENSE.TXT,v 1.4 2002-05-16 16:43:01 sandervl Exp $
     2This is an additional Odin license agreement.
     3It supercedes the main Odin license, but is only valid in
     4the source directory in which it is present.
    55
    6 @c This file is processed by GNU's TeXinfo
    7 @c If you modify it or move it to another location, make sure that
    8 @c TeXinfo works (type `make' in directory documentation).
    9 
    10 Copyright (c) 1993-2000 the Wine project authors (see the file AUTHORS
     6Copyright (c) 1993-2002 the Wine project authors (see the file AUTHORS
    117for a complete list)
    128
    13 Permission is hereby granted, free of charge, to any person obtaining a copy
    14 of this software and associated documentation files (the "Software"), to deal
    15 in the Software without restriction, including without limitation the rights
    16 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    17 copies of the Software, and to permit persons to whom the Software is
    18 furnished to do so, subject to the following conditions:
     9Wine is free software; you can redistribute it and/or modify it under
     10the terms of the GNU Lesser General Public License as published by the
     11Free Software Foundation; either version 2.1 of the License, or (at
     12your option) any later version.
    1913
    20 The above copyright notice and this permission notice shall be included in
    21 all copies or substantial portions of the Software.
     14This program is distributed in the hope that it will be useful, but
     15WITHOUT ANY WARRANTY; without even the implied warranty of
     16MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     17Lesser General Public License for more details.
    2218
    23 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    24 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    25 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
    26 COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
    27 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
    28 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
     19A copy of the GNU Lesser General Public License is included in the
     20Wine distribution in the file COPYING.LIB. If you did not receive this
     21copy, write to the Free Software Foundation, Inc., 59 Temple Place,
     22Suite 330, Boston, MA 02111-1307 USA.
  • trunk/src/ole32/antimoniker.c

    r7926 r8441  
    33 *
    44 *               Copyright 1999  Noomen Hamza
     5 *
     6 * This library is free software; you can redistribute it and/or
     7 * modify it under the terms of the GNU Lesser General Public
     8 * License as published by the Free Software Foundation; either
     9 * version 2.1 of the License, or (at your option) any later version.
     10 *
     11 * This library is distributed in the hope that it will be useful,
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     14 * Lesser General Public License for more details.
     15 *
     16 * You should have received a copy of the GNU Lesser General Public
     17 * License along with this library; if not, write to the Free Software
     18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    519 ***************************************************************************************/
    620
     
    1428#include "wine/obj_storage.h"
    1529#include "wine/obj_moniker.h"
    16 #include "debugtools.h"
    17 
    18 DEFAULT_DEBUG_CHANNEL(ole);
     30#include "wine/debug.h"
     31
     32WINE_DEFAULT_DEBUG_CHANNEL(ole);
    1933
    2034/* AntiMoniker data structure */
  • trunk/src/ole32/bindctx.c

    r7926 r8441  
    33 *
    44 *  Copyright 1999  Noomen Hamza
     5 *
     6 * This library is free software; you can redistribute it and/or
     7 * modify it under the terms of the GNU Lesser General Public
     8 * License as published by the Free Software Foundation; either
     9 * version 2.1 of the License, or (at your option) any later version.
     10 *
     11 * This library is distributed in the hope that it will be useful,
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     14 * Lesser General Public License for more details.
     15 *
     16 * You should have received a copy of the GNU Lesser General Public
     17 * License along with this library; if not, write to the Free Software
     18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    519 ***************************************************************************************/
    620
     
    1428#include "wine/obj_storage.h"
    1529#include "wine/obj_moniker.h"
    16 #include "debugtools.h"
    17 
    18 DEFAULT_DEBUG_CHANNEL(ole);
     30#include "wine/debug.h"
     31
     32WINE_DEFAULT_DEBUG_CHANNEL(ole);
    1933
    2034/* represent the first size table and it's increment block size */
  • trunk/src/ole32/clipboard.c

    r7989 r8441  
    44 *      Copyright 1999  Noel Borthwick <noel@macadamian.com>
    55 *      Copyright 2000  Abey George <abey@macadamian.com>
     6 *
     7 * This library is free software; you can redistribute it and/or
     8 * modify it under the terms of the GNU Lesser General Public
     9 * License as published by the Free Software Foundation; either
     10 * version 2.1 of the License, or (at your option) any later version.
     11 *
     12 * This library is distributed in the hope that it will be useful,
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     15 * Lesser General Public License for more details.
     16 *
     17 * You should have received a copy of the GNU Lesser General Public
     18 * License along with this library; if not, write to the Free Software
     19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    620 *
    721 * NOTES:
     
    5569#include "winnls.h"
    5670#include "ole2.h"
    57 #include "debugtools.h"
     71#include "wine/debug.h"
    5872#include "olestd.h"
    5973
     
    6781#endif
    6882
    69 DEFAULT_DEBUG_CHANNEL(ole);
     83WINE_DEFAULT_DEBUG_CHANNEL(ole);
    7084
    7185/****************************************************************************
  • trunk/src/ole32/compobj.c

    r7926 r8441  
    77 *  Copyright 1999  Sylvain St-Germain
    88 *  Copyright 2002  Marcus Meissner
     9 *
     10 * This library is free software; you can redistribute it and/or
     11 * modify it under the terms of the GNU Lesser General Public
     12 * License as published by the Free Software Foundation; either
     13 * version 2.1 of the License, or (at your option) any later version.
     14 *
     15 * This library is distributed in the hope that it will be useful,
     16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     18 * Lesser General Public License for more details.
     19 *
     20 * You should have received a copy of the GNU Lesser General Public
     21 * License along with this library; if not, write to the Free Software
     22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    923 */
    1024
  • trunk/src/ole32/compobj_private.h

    r7958 r8441  
     1/*
     2 * Copyright 1995 Martin von Loewis
     3 * Copyright 1998 Justin Bradford
     4 * Copyright 1999 Francis Beaudet
     5 * Copyright 1999 Sylvain St-Germain
     6 * Copyright 2002 Marcus Meissner
     7 *
     8 * This library is free software; you can redistribute it and/or
     9 * modify it under the terms of the GNU Lesser General Public
     10 * License as published by the Free Software Foundation; either
     11 * version 2.1 of the License, or (at your option) any later version.
     12 *
     13 * This library is distributed in the hope that it will be useful,
     14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     16 * Lesser General Public License for more details.
     17 *
     18 * You should have received a copy of the GNU Lesser General Public
     19 * License along with this library; if not, write to the Free Software
     20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     21 */
    122#ifndef __WINE_OLE_COMPOBJ_H
    223#define __WINE_OLE_COMPOBJ_H
  • trunk/src/ole32/compositemoniker.c

    r7926 r8441  
    33 *
    44 *               Copyright 1999  Noomen Hamza
     5 *
     6 * This library is free software; you can redistribute it and/or
     7 * modify it under the terms of the GNU Lesser General Public
     8 * License as published by the Free Software Foundation; either
     9 * version 2.1 of the License, or (at your option) any later version.
     10 *
     11 * This library is distributed in the hope that it will be useful,
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     14 * Lesser General Public License for more details.
     15 *
     16 * You should have received a copy of the GNU Lesser General Public
     17 * License along with this library; if not, write to the Free Software
     18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    519 ***************************************************************************************/
    620#include <assert.h>
     
    822#include "winbase.h"
    923#include "winerror.h"
    10 #include "debugtools.h"
     24#include "wine/debug.h"
    1125#include "wine/obj_base.h"
    1226#include "wine/obj_misc.h"
     
    1731#include "ole2.h"
    1832
    19 DEFAULT_DEBUG_CHANNEL(ole);
     33WINE_DEFAULT_DEBUG_CHANNEL(ole);
    2034
    2135#define  BLOCK_TAB_SIZE 5 /* represent the first size table and it's increment block size */
  • trunk/src/ole32/datacache.c

    r6711 r8441  
    44 *      Copyright 1999  Francis Beaudet
    55 *      Copyright 2000  Abey George
     6 *
     7 * This library is free software; you can redistribute it and/or
     8 * modify it under the terms of the GNU Lesser General Public
     9 * License as published by the Free Software Foundation; either
     10 * version 2.1 of the License, or (at your option) any later version.
     11 *
     12 * This library is distributed in the hope that it will be useful,
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     15 * Lesser General Public License for more details.
     16 *
     17 * You should have received a copy of the GNU Lesser General Public
     18 * License along with this library; if not, write to the Free Software
     19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    620 *
    721 * NOTES:
     
    4660#include "wine/unicode.h"
    4761#include "ole2.h"
    48 #include "debugtools.h"
    49 
    50 DEFAULT_DEBUG_CHANNEL(ole);
     62#include "wine/debug.h"
     63
     64WINE_DEFAULT_DEBUG_CHANNEL(ole);
    5165
    5266/****************************************************************************
  • trunk/src/ole32/defaulthandler.c

    r6711 r8441  
    44 *      Copyright 1999  Francis Beaudet
    55 *      Copyright 2000  Abey George
     6 *
     7 * This library is free software; you can redistribute it and/or
     8 * modify it under the terms of the GNU Lesser General Public
     9 * License as published by the Free Software Foundation; either
     10 * version 2.1 of the License, or (at your option) any later version.
     11 *
     12 * This library is distributed in the hope that it will be useful,
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     15 * Lesser General Public License for more details.
     16 *
     17 * You should have received a copy of the GNU Lesser General Public
     18 * License along with this library; if not, write to the Free Software
     19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    620 *
    721 * NOTES:
     
    4054#include "ole2.h"
    4155#include "wine/obj_oleview.h"
    42 #include "debugtools.h"
    43 
    44 DEFAULT_DEBUG_CHANNEL(ole);
     56#include "wine/debug.h"
     57
     58WINE_DEFAULT_DEBUG_CHANNEL(ole);
    4559
    4660/****************************************************************************
  • trunk/src/ole32/errorinfo.c

    r7926 r8441  
    44 * Copyright 2000 Patrik Stridvall, Juergen Schmied
    55 *
     6 * This library is free software; you can redistribute it and/or
     7 * modify it under the terms of the GNU Lesser General Public
     8 * License as published by the Free Software Foundation; either
     9 * version 2.1 of the License, or (at your option) any later version.
     10 *
     11 * This library is distributed in the hope that it will be useful,
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     14 * Lesser General Public License for more details.
     15 *
     16 * You should have received a copy of the GNU Lesser General Public
     17 * License along with this library; if not, write to the Free Software
     18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     19 *
     20 * NOTES:
    621 *
    722 * The errorinfo is a per-thread object. The reference is stored in the
     
    2237#include "thread.h"
    2338
    24 #include "debugtools.h"
    25 
    26 DEFAULT_DEBUG_CHANNEL(ole);
     39#include "wine/debug.h"
     40
     41WINE_DEFAULT_DEBUG_CHANNEL(ole);
    2742
    2843/* this code is from SysAllocStringLen (ole2disp.c in oleaut32) */
  • trunk/src/ole32/filemoniker.c

    r7926 r8441  
    33 *
    44 *               Copyright 1999  Noomen Hamza
     5 *
     6 * This library is free software; you can redistribute it and/or
     7 * modify it under the terms of the GNU Lesser General Public
     8 * License as published by the Free Software Foundation; either
     9 * version 2.1 of the License, or (at your option) any later version.
     10 *
     11 * This library is distributed in the hope that it will be useful,
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     14 * Lesser General Public License for more details.
     15 *
     16 * You should have received a copy of the GNU Lesser General Public
     17 * License along with this library; if not, write to the Free Software
     18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    519 ***************************************************************************************/
    620
     
    1125#include "winnls.h"
    1226#include "wine/unicode.h"
    13 #include "debugtools.h"
     27#include "wine/debug.h"
    1428#include "objbase.h"
    1529#include "wine/obj_storage.h"
     
    1933#include "compobj_private.h"
    2034
    21 DEFAULT_DEBUG_CHANNEL(ole);
     35WINE_DEFAULT_DEBUG_CHANNEL(ole);
    2236
    2337/* filemoniker data structure */
  • trunk/src/ole32/hglobalstream.c

    r7926 r8441  
    66 *
    77 * Copyright 1999 Francis Beaudet
     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
     
    2135#include "winerror.h"
    2236
    23 #include "debugtools.h"
    24 
    25 DEFAULT_DEBUG_CHANNEL(storage);
     37#include "wine/debug.h"
     38
     39WINE_DEFAULT_DEBUG_CHANNEL(storage);
    2640
    2741/****************************************************************************
  • trunk/src/ole32/ifs.c

    r7926 r8441  
    33 *
    44 *      Copyright 1997  Marcus Meissner
     5 *
     6 * This library is free software; you can redistribute it and/or
     7 * modify it under the terms of the GNU Lesser General Public
     8 * License as published by the Free Software Foundation; either
     9 * version 2.1 of the License, or (at your option) any later version.
     10 *
     11 * This library is distributed in the hope that it will be useful,
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     14 * Lesser General Public License for more details.
     15 *
     16 * You should have received a copy of the GNU Lesser General Public
     17 * License along with this library; if not, write to the Free Software
     18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    519 */
    620
     
    2034#include "ifs.h"
    2135
    22 #include "debugtools.h"
    23 
    24 DEFAULT_DEBUG_CHANNEL(relay);
     36#include "wine/debug.h"
     37
     38WINE_DEFAULT_DEBUG_CHANNEL(relay);
    2539
    2640/* --- IUnknown implementation */
  • trunk/src/ole32/ifs.h

    r5602 r8441  
     1/*
     2 * Copyright 1997 Marcus Meissner
     3 *
     4 * This library is free software; you can redistribute it and/or
     5 * modify it under the terms of the GNU Lesser General Public
     6 * License as published by the Free Software Foundation; either
     7 * version 2.1 of the License, or (at your option) any later version.
     8 *
     9 * This library is distributed in the hope that it will be useful,
     10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     12 * Lesser General Public License for more details.
     13 *
     14 * You should have received a copy of the GNU Lesser General Public
     15 * License along with this library; if not, write to the Free Software
     16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     17 */
     18
    119#ifndef __WINE_OLE_IFS_H
    220#define __WINE_OLE_IFS_H
     21
     22#include "wine/obj_base.h"
     23
     24#ifndef __WIN32OS2__
     25
     26/***********************************************************************
     27 * IMalloc16 interface
     28 */
     29
     30typedef struct IMalloc16 IMalloc16, *LPMALLOC16;
     31
     32#define ICOM_INTERFACE IMalloc16
     33#define IMalloc16_METHODS \
     34    ICOM_METHOD1 (LPVOID, Alloc,        DWORD,  cb) \
     35    ICOM_METHOD2 (LPVOID, Realloc,      LPVOID, pv, DWORD, cb) \
     36    ICOM_VMETHOD1(        Free,         LPVOID, pv) \
     37    ICOM_METHOD1 (DWORD,  GetSize,      LPVOID, pv) \
     38    ICOM_METHOD1 (INT16,  DidAlloc,     LPVOID, pv) \
     39    ICOM_METHOD  (LPVOID, HeapMinimize)
     40#define IMalloc16_IMETHODS \
     41    IUnknown_IMETHODS \
     42    IMalloc16_METHODS
     43ICOM_DEFINE(IMalloc16,IUnknown)
     44#undef ICOM_INTERFACE
     45
     46/*** IUnknown methods ***/
     47#define IMalloc16_QueryInterface(p,a,b) ICOM_CALL2(QueryInterface,p,a,b)
     48#define IMalloc16_AddRef(p)             ICOM_CALL (AddRef,p)
     49#define IMalloc16_Release(p)            ICOM_CALL (Release,p)
     50/*** IMalloc16 methods ***/
     51#define IMalloc16_Alloc(p,a)      ICOM_CALL1(Alloc,p,a)
     52#define IMalloc16_Realloc(p,a,b)  ICOM_CALL2(Realloc,p,a,b)
     53#define IMalloc16_Free(p,a)       ICOM_CALL1(Free,p,a)
     54#define IMalloc16_GetSize(p,a)    ICOM_CALL1(GetSize,p,a)
     55#define IMalloc16_DidAlloc(p,a)   ICOM_CALL1(DidAlloc,p,a)
     56#define IMalloc16_HeapMinimize(p) ICOM_CALL (HeapMinimize,p)
     57
     58/**********************************************************************/
     59#endif
    360
    461extern LPMALLOC16 IMalloc16_Constructor();
  • trunk/src/ole32/itemmoniker.c

    r7926 r8441  
    33 *
    44 *           Copyright 1999  Noomen Hamza
     5 *
     6 * This library is free software; you can redistribute it and/or
     7 * modify it under the terms of the GNU Lesser General Public
     8 * License as published by the Free Software Foundation; either
     9 * version 2.1 of the License, or (at your option) any later version.
     10 *
     11 * This library is distributed in the hope that it will be useful,
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     14 * Lesser General Public License for more details.
     15 *
     16 * You should have received a copy of the GNU Lesser General Public
     17 * License along with this library; if not, write to the Free Software
     18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    519 ***************************************************************************************/
    620
     
    1024#include "winbase.h"
    1125#include "winnls.h"
    12 #include "debugtools.h"
     26#include "wine/debug.h"
    1327#include "wine/obj_base.h"
    1428#include "wine/obj_misc.h"
     
    1832#include "wine/unicode.h"
    1933
    20 DEFAULT_DEBUG_CHANNEL(ole);
     34WINE_DEFAULT_DEBUG_CHANNEL(ole);
    2135
    2236/* ItemMoniker data structure */
  • trunk/src/ole32/marshal.c

    r7958 r8441  
    33 *
    44 *  Copyright 2002  Marcus Meissner
     5 *
     6 * This library is free software; you can redistribute it and/or
     7 * modify it under the terms of the GNU Lesser General Public
     8 * License as published by the Free Software Foundation; either
     9 * version 2.1 of the License, or (at your option) any later version.
     10 *
     11 * This library is distributed in the hope that it will be useful,
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     14 * Lesser General Public License for more details.
     15 *
     16 * You should have received a copy of the GNU Lesser General Public
     17 * License along with this library; if not, write to the Free Software
     18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    519 */
    620
     
    3246#include "ifs.h"
    3347
    34 #include "debugtools.h"
    35 
    36 DEFAULT_DEBUG_CHANNEL(ole);
     48#include "wine/debug.h"
     49
     50WINE_DEFAULT_DEBUG_CHANNEL(ole);
    3751
    3852/* Marshaling just passes a unique identifier to the remote client,
  • trunk/src/ole32/memlockbytes.c

    r7926 r8441  
    55 * Copyright 1999 Thuy Nguyen
    66 *
     7 * This library is free software; you can redistribute it and/or
     8 * modify it under the terms of the GNU Lesser General Public
     9 * License as published by the Free Software Foundation; either
     10 * version 2.1 of the License, or (at your option) any later version.
     11 *
     12 * This library is distributed in the hope that it will be useful,
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     15 * Lesser General Public License for more details.
     16 *
     17 * You should have received a copy of the GNU Lesser General Public
     18 * License along with this library; if not, write to the Free Software
     19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    720 */
    821
     
    1730#include "winerror.h"
    1831
    19 #include "debugtools.h"
    20 
    21 DEFAULT_DEBUG_CHANNEL(ole);
     32#include "wine/debug.h"
     33
     34WINE_DEFAULT_DEBUG_CHANNEL(ole);
    2235
    2336/******************************************************************************
  • trunk/src/ole32/moniker.c

    r7926 r8441  
    44 *      Copyright 1998  Marcus Meissner
    55 *      Copyright 1999  Noomen Hamza
     6 *
     7 * This library is free software; you can redistribute it and/or
     8 * modify it under the terms of the GNU Lesser General Public
     9 * License as published by the Free Software Foundation; either
     10 * version 2.1 of the License, or (at your option) any later version.
     11 *
     12 * This library is distributed in the hope that it will be useful,
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     15 * Lesser General Public License for more details.
     16 *
     17 * You should have received a copy of the GNU Lesser General Public
     18 * License along with this library; if not, write to the Free Software
     19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    620 */
    721
     
    1630#include "wine/obj_misc.h"
    1731#include "wine/obj_moniker.h"
     32#include "wine/debug.h"
     33#include "ole2.h"
    1834#ifdef __WIN32OS2__
    1935#include "wine/obj_channel.h"
    2036#endif
    2137
    22 #include "debugtools.h"
    23 #include "ole2.h"
    24 
    2538#include "compobj_private.h"
    2639
    27 DEFAULT_DEBUG_CHANNEL(ole);
     40WINE_DEFAULT_DEBUG_CHANNEL(ole);
    2841
    2942#define  BLOCK_TAB_SIZE 20 /* represent the first size table and it's increment block size */
  • 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/******************************************************************************
  • trunk/src/ole32/ole2impl.c

    r7926 r8441  
    33 *
    44 * Copyright (C) 1999-2000 Abey George
     5 *
     6 * This library is free software; you can redistribute it and/or
     7 * modify it under the terms of the GNU Lesser General Public
     8 * License as published by the Free Software Foundation; either
     9 * version 2.1 of the License, or (at your option) any later version.
     10 *
     11 * This library is distributed in the hope that it will be useful,
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     14 * Lesser General Public License for more details.
     15 *
     16 * You should have received a copy of the GNU Lesser General Public
     17 * License along with this library; if not, write to the Free Software
     18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    519 */
    620
     
    923#include "wingdi.h"
    1024#include "winuser.h"
    11 #include "debugtools.h"
     25#include "wine/debug.h"
    1226#include "ole2.h"
    1327#include "olestd.h"
    1428#include "winreg.h"
    1529
    16 DEFAULT_DEBUG_CHANNEL(ole);
     30WINE_DEFAULT_DEBUG_CHANNEL(ole);
    1731
    1832#define MAX_CLIPFORMAT_NAME   80
  • trunk/src/ole32/ole2stubs.c

    r7926 r8441  
    44 * Copyright (C) 1999 Corel Corporation
    55 * Move these functions to dlls/ole32/ole2impl.c when you implement them.
     6 *
     7 * This library is free software; you can redistribute it and/or
     8 * modify it under the terms of the GNU Lesser General Public
     9 * License as published by the Free Software Foundation; either
     10 * version 2.1 of the License, or (at your option) any later version.
     11 *
     12 * This library is distributed in the hope that it will be useful,
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     15 * Lesser General Public License for more details.
     16 *
     17 * You should have received a copy of the GNU Lesser General Public
     18 * License along with this library; if not, write to the Free Software
     19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    620 */
    721
     
    1024#include "winuser.h"
    1125#include "ole2.h"
    12 #include "debugtools.h"
    13 
    14 DEFAULT_DEBUG_CHANNEL(ole);
     26#include "wine/debug.h"
     27
     28WINE_DEFAULT_DEBUG_CHANNEL(ole);
    1529
    1630/******************************************************************************
     
    2236{
    2337    FIXME("(%p,%p,%li,%p,%p,%p,%p), stub!\n",lpszFileName, riid, renderopt, lpFormatEtc, pClientSite, pStg, ppvObj);
    24     return S_OK;
     38    return E_NOTIMPL;
    2539}
    2640
     
    3347{
    3448    FIXME("(%x,%x,%x), stub!\n", hSrc, cfFormat, uiFlags);
    35     return S_OK;
     49    return E_NOTIMPL;
    3650}
    3751
     
    4458{
    4559    FIXME("(%p,%x,%s) stub!\n",pstg,cf,debugstr_w(lpszUserType));
    46     return S_OK;
     60    return E_NOTIMPL;
    4761}
    4862
     
    6377{
    6478  FIXME("(%p,%x), stub!\n", pStg, fConvert);
    65   return S_OK;
     79  return E_NOTIMPL;
    6680}
    6781
     
    120134{
    121135  FIXME("(not shown), stub!\n");
    122   return S_OK;
     136  return E_NOTIMPL;
    123137}
    124138
     
    130144{
    131145  FIXME("(not shown), stub!\n");
    132   return S_OK;
     146  return E_NOTIMPL;
    133147}
    134148
     
    140154{
    141155  FIXME("(%p,%p,%x), stub!\n", rclsid, lpszLabel, fUseTypeAsLabel);
    142   return S_OK;
     156  return (HGLOBAL)NULL;
    143157}
    144158
     
    149163{
    150164  FIXME("(%p,%p,%p), stub!\n", pstg, pcf, lplpszUserType);
    151   return S_OK;
     165  return E_NOTIMPL;
    152166}
    153167
     
    160174{
    161175  FIXME("(not shown), stub!\n");
    162   return S_OK;
     176  return E_NOTIMPL;
    163177}
    164178
     
    173187{
    174188  FIXME("(not shown), stub!\n");
    175   return S_OK;
     189  return E_NOTIMPL;
    176190}
    177191
     
    204218    FIXME("(%p, %ld, %p), stub!\n", clsid, dwDirection, ppenumFormatetc);
    205219
    206     return S_OK;
     220    return E_NOTIMPL;
    207221}
    208222
     
    216230        *(LPWORD)pvar = 0;
    217231        /* sets at least the vt field to VT_EMPTY */
    218         return S_OK;
     232        return E_NOTIMPL;
    219233}
    220234
     
    227241        FIXME("(%p, %p): stub:\n", pvarDest, pvarSrc);
    228242
    229         return S_OK;
     243        return E_NOTIMPL;
    230244}
    231245
     
    238252        FIXME("(%lu, %p): stub:\n", cVariants, rgvars);
    239253
    240         return S_OK;
     254        return E_NOTIMPL;
    241255}
    242256
  • trunk/src/ole32/ole32_main.c

    r7926 r8441  
    22 *  OLE32 Initialization
    33 *
     4 * Copyright 2000 Huw D M Davies for Codeweavers
     5 *
     6 * This library is free software; you can redistribute it and/or
     7 * modify it under the terms of the GNU Lesser General Public
     8 * License as published by the Free Software Foundation; either
     9 * version 2.1 of the License, or (at your option) any later version.
     10 *
     11 * This library is distributed in the hope that it will be useful,
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     14 * Lesser General Public License for more details.
     15 *
     16 * You should have received a copy of the GNU Lesser General Public
     17 * License along with this library; if not, write to the Free Software
     18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    419 */
     20
    521#include "windef.h"
    622#include "winerror.h"
    723#include "ole32_main.h"
    8 #include "debugtools.h"
     24#include "wine/debug.h"
    925
    10 DEFAULT_DEBUG_CHANNEL(ole);
     26WINE_DEFAULT_DEBUG_CHANNEL(ole);
    1127
    1228HINSTANCE OLE32_hInstance = 0;
  • trunk/src/ole32/ole32_main.h

    r7926 r8441  
     1/*
     2 * Copyright 2000 Huw D M Davies for Codeweavers
     3 *
     4 * This library is free software; you can redistribute it and/or
     5 * modify it under the terms of the GNU Lesser General Public
     6 * License as published by the Free Software Foundation; either
     7 * version 2.1 of the License, or (at your option) any later version.
     8 *
     9 * This library is distributed in the hope that it will be useful,
     10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     12 * Lesser General Public License for more details.
     13 *
     14 * You should have received a copy of the GNU Lesser General Public
     15 * License along with this library; if not, write to the Free Software
     16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     17 */
     18
    119#ifndef __WINE_OLE32_MAIN_H
    220#define __WINE_OLE32_MAIN_H
  • trunk/src/ole32/oleobj.c

    r7508 r8441  
    44 *      Copyright 1998 Eric Kohl
    55 *      Copyright 1999 Francis Beaudet
     6 *
     7 * This library is free software; you can redistribute it and/or
     8 * modify it under the terms of the GNU Lesser General Public
     9 * License as published by the Free Software Foundation; either
     10 * version 2.1 of the License, or (at your option) any later version.
     11 *
     12 * This library is distributed in the hope that it will be useful,
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     15 * Lesser General Public License for more details.
     16 *
     17 * You should have received a copy of the GNU Lesser General Public
     18 * License along with this library; if not, write to the Free Software
     19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    620 */
    721
     
    1024#include "winbase.h"
    1125#include "winerror.h"
    12 #include "debugtools.h"
     26#include "wine/debug.h"
    1327#include "oleidl.h"
    1428
    15 DEFAULT_DEBUG_CHANNEL(ole);
     29WINE_DEFAULT_DEBUG_CHANNEL(ole);
    1630
    1731#define INITIAL_SINKS 10
  • trunk/src/ole32/oleproxy.c

    r7926 r8441  
    33 *
    44 *  Copyright 2002  Marcus Meissner
     5 *
     6 * This library is free software; you can redistribute it and/or
     7 * modify it under the terms of the GNU Lesser General Public
     8 * License as published by the Free Software Foundation; either
     9 * version 2.1 of the License, or (at your option) any later version.
     10 *
     11 * This library is distributed in the hope that it will be useful,
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     14 * Lesser General Public License for more details.
     15 *
     16 * You should have received a copy of the GNU Lesser General Public
     17 * License along with this library; if not, write to the Free Software
     18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    519 */
    620
     
    3751#include "compobj_private.h"
    3852
    39 #include "debugtools.h"
    40 
    41 DEFAULT_DEBUG_CHANNEL(ole);
     53#include "wine/debug.h"
     54
     55WINE_DEFAULT_DEBUG_CHANNEL(ole);
    4256
    4357/* From: http://msdn.microsoft.com/library/en-us/com/cmi_m_4lda.asp
  • trunk/src/ole32/olestd.h

    r7926 r8441  
    1 /*************************************************************************
    2 **
    3 **    olestd.h
    4 **
    5 *************************************************************************/
     1/*
     2 * Copyright 2000 Abey George
     3 *
     4 * This library is free software; you can redistribute it and/or
     5 * modify it under the terms of the GNU Lesser General Public
     6 * License as published by the Free Software Foundation; either
     7 * version 2.1 of the License, or (at your option) any later version.
     8 *
     9 * This library is distributed in the hope that it will be useful,
     10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     12 * Lesser General Public License for more details.
     13 *
     14 * You should have received a copy of the GNU Lesser General Public
     15 * License along with this library; if not, write to the Free Software
     16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     17 */
    618
    719#if !defined( __WINE_OLESTD_H_ )
  • trunk/src/ole32/rpc.c

    r7926 r8441  
    33 *
    44 *  Copyright 2002  Marcus Meissner
     5 *
     6 * This library is free software; you can redistribute it and/or
     7 * modify it under the terms of the GNU Lesser General Public
     8 * License as published by the Free Software Foundation; either
     9 * version 2.1 of the License, or (at your option) any later version.
     10 *
     11 * This library is distributed in the hope that it will be useful,
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     14 * Lesser General Public License for more details.
     15 *
     16 * You should have received a copy of the GNU Lesser General Public
     17 * License along with this library; if not, write to the Free Software
     18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    519 */
    620
     
    3448#include "compobj_private.h"
    3549
    36 #include "debugtools.h"
    37 
    38 DEFAULT_DEBUG_CHANNEL(ole);
     50#include "wine/debug.h"
     51
     52WINE_DEFAULT_DEBUG_CHANNEL(ole);
    3953
    4054typedef struct _wine_rpc_request {
  • trunk/src/ole32/stg_bigblockfile.c

    r7508 r8441  
    1717 * Copyright 1999 Thuy Nguyen
    1818 *
    19  */
    20 
    21 #ifdef __WIN32OS2__
    22 #define inline
    23 
    24 #include <odin.h>
    25 #include "ole32.h"
    26 #include "heapstring.h"
    27 
    28 #endif
     19 * This library is free software; you can redistribute it and/or
     20 * modify it under the terms of the GNU Lesser General Public
     21 * License as published by the Free Software Foundation; either
     22 * version 2.1 of the License, or (at your option) any later version.
     23 *
     24 * This library is distributed in the hope that it will be useful,
     25 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     26 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     27 * Lesser General Public License for more details.
     28 *
     29 * You should have received a copy of the GNU Lesser General Public
     30 * License along with this library; if not, write to the Free Software
     31 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     32 */
    2933
    3034#include <assert.h>
     
    4246#include "storage32.h"
    4347
    44 #include "debugtools.h"
    45 
    46 
    47 DEFAULT_DEBUG_CHANNEL(storage);
     48#include "wine/debug.h"
     49
     50WINE_DEFAULT_DEBUG_CHANNEL(storage);
    4851
    4952/***********************************************************
  • trunk/src/ole32/stg_stream.c

    r7926 r8441  
    88 * Copyright 1999 Francis Beaudet
    99 * Copyright 1999 Thuy Nguyen
    10  */
    11 #ifdef __WIN32OS2__
    12 #include "ole32.h"
    13 #include "heapstring.h"
    14 #endif
    15 
     10 *
     11 * This library is free software; you can redistribute it and/or
     12 * modify it under the terms of the GNU Lesser General Public
     13 * License as published by the Free Software Foundation; either
     14 * version 2.1 of the License, or (at your option) any later version.
     15 *
     16 * This library is distributed in the hope that it will be useful,
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     19 * Lesser General Public License for more details.
     20 *
     21 * You should have received a copy of the GNU Lesser General Public
     22 * License along with this library; if not, write to the Free Software
     23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     24 */
    1625#include <assert.h>
    1726#include <stdlib.h>
     
    2231#include "winerror.h"
    2332#include "ntddk.h"
    24 #include "debugtools.h"
     33#include "wine/debug.h"
    2534
    2635#include "storage32.h"
    2736
    28 DEFAULT_DEBUG_CHANNEL(storage);
     37WINE_DEFAULT_DEBUG_CHANNEL(storage);
    2938
    3039
     
    551560  }
    552561
    553 #ifdef __WIN32OS2__
    554   /*
    555    * do some multiword arithmetic:
    556    *    treat HighPart as a signed value
    557    *    treat LowPart as unsigned
    558    *  NOTE: this stuff is two's complement specific!
    559    */
    560   if (dlibMove.s.HighPart < 0) { /* dlibMove is < 0 */
    561       /* calculate the absolute value of dlibMove ... */
    562       dlibMove.s.HighPart = -dlibMove.s.HighPart;
    563       dlibMove.s.LowPart ^= -1;
    564       /* ... and subtract with carry */
    565       if (dlibMove.s.LowPart > plibNewPosition->s.LowPart) {
    566           /* carry needed, This accounts for any underflows at [1]*/
    567           plibNewPosition->s.HighPart -= 1;
    568       }
    569       plibNewPosition->s.LowPart -= dlibMove.s.LowPart; /* [1] */
    570       plibNewPosition->s.HighPart -= dlibMove.s.HighPart;
    571   } else {
    572       /* add directly */
    573       int initialLowPart = plibNewPosition->s.LowPart;
    574       plibNewPosition->s.LowPart += dlibMove.s.LowPart;
    575       if((plibNewPosition->s.LowPart < initialLowPart) ||
    576          (plibNewPosition->s.LowPart < dlibMove.s.LowPart)) {
    577           /* LowPart has rolled over => add the carry digit to HighPart */
    578           plibNewPosition->s.HighPart++;
    579       }
    580       plibNewPosition->s.HighPart += dlibMove.s.HighPart;
    581   }
    582   /*
    583    * Check if we end-up before the beginning of the file. That should
    584    * trigger an error.
    585    */
    586   if (plibNewPosition->s.HighPart < 0) {
    587       return STG_E_INVALIDPOINTER;
    588   }
    589 
    590     /*
    591    * We currently don't support files with offsets of >32 bits. 
    592    * Note that we have checked for a negative offset already
    593      */
    594   assert(plibNewPosition->s.HighPart <= 0);
    595 
     562#if defined(__WIN32OS2__) && defined(__IBMC__)
     563  *((LARGE_INTEGER*)&plibNewPosition )= RtlpLargeIntegerAdd( (LARGE_INTEGER *)plibNewPosition, &dlibMove );
    596564#else
    597565  plibNewPosition->QuadPart = RtlLargeIntegerAdd( plibNewPosition->QuadPart, dlibMove.QuadPart );
  • trunk/src/ole32/storage32.c

    r7926 r8441  
    99 * Copyright 1999 Sylvain St-Germain
    1010 * Copyright 1999 Thuy Nguyen
    11  */
     11 *
     12 * This library is free software; you can redistribute it and/or
     13 * modify it under the terms of the GNU Lesser General Public
     14 * License as published by the Free Software Foundation; either
     15 * version 2.1 of the License, or (at your option) any later version.
     16 *
     17 * This library is distributed in the hope that it will be useful,
     18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     20 * Lesser General Public License for more details.
     21 *
     22 * You should have received a copy of the GNU Lesser General Public
     23 * License along with this library; if not, write to the Free Software
     24 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     25 */
     26
    1227#ifdef __WIN32OS2__
    13 #include <odin.h>
    1428#include "ole32.h"
    1529#include "heapstring.h"
     
    2438#include "winnls.h"
    2539#include "wine/unicode.h"
    26 #include "debugtools.h"
     40#include "wine/debug.h"
    2741
    2842#include "storage32.h"
     
    3246#include "wine/wingdi16.h"
    3347
    34 DEFAULT_DEBUG_CHANNEL(storage);
     48WINE_DEFAULT_DEBUG_CHANNEL(storage);
    3549
    3650#define FILE_BEGIN 0
     
    55105524  DWORD          accessMode;
    55115525  WCHAR          fullname[MAX_PATH];
    5512   WIN32_FILE_ATTRIBUTE_DATA Fad;
     5526  DWORD          length;
    55135527
    55145528  TRACE("(%s, %p, %lx, %p, %ld, %p)\n",
     
    55535567                       0);
    55545568 
     5569  length = GetFileSize(hFile, NULL);
    55555570 
    55565571  if (hFile==INVALID_HANDLE_VALUE)
     
    56055620         grfMode,
    56065621         TRUE,
    5607          !(Fad.nFileSizeHigh || Fad.nFileSizeLow) /* FALSE */ );
     5622         !length );
    56085623 
    56095624  if (FAILED(hr))
  • trunk/src/ole32/storage32.h

    r7926 r8441  
    1212 * Copyright 1998,1999 Francis Beaudet
    1313 * Copyright 1998,1999 Thuy Nguyen
     14 *
     15 * This library is free software; you can redistribute it and/or
     16 * modify it under the terms of the GNU Lesser General Public
     17 * License as published by the Free Software Foundation; either
     18 * version 2.1 of the License, or (at your option) any later version.
     19 *
     20 * This library is distributed in the hope that it will be useful,
     21 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     22 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     23 * Lesser General Public License for more details.
     24 *
     25 * You should have received a copy of the GNU Lesser General Public
     26 * License along with this library; if not, write to the Free Software
     27 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    1428 */
    1529#ifndef __STORAGE32_H__
Note: See TracChangeset for help on using the changeset viewer.