blob: e60c622101e5ebc25cda4c035350829185f64ce8 [file] [log] [blame]
Alexandre Julliard0799c1a2002-03-09 23:29:33 +00001/*
Mike McCormacke09aecf2006-06-13 18:34:27 +09002 * Copyright (C) 1999 Francois Gouget
Alexandre Julliard0799c1a2002-03-09 23:29:33 +00003 *
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
Jonathan Ernst360a3f92006-05-18 14:49:52 +020016 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
Alexandre Julliard0799c1a2002-03-09 23:29:33 +000017 */
18
François Gougetd604eb11998-12-18 16:00:03 +000019#ifndef __WINE_STORAGE_H
20#define __WINE_STORAGE_H
21
Alexandre Julliard638f1691999-01-17 16:32:32 +000022/* "storage.h" is obsolete, you should include "objbase.h" instead */
Vincent Béron9a624912002-05-31 23:06:46 +000023
Dimitrie O. Paun53f9c212003-08-28 21:43:34 +000024#include <objbase.h>
François Gougetd604eb11998-12-18 16:00:03 +000025
Alexandre Julliarda11d7b11998-03-01 20:05:02 +000026#endif