~ubuntu-branches/debian/squeeze/stellarium/squeeze

« back to all changes in this revision

Viewing changes to src/external/kdewin32/ocidl.h

  • Committer: Bazaar Package Importer
  • Author(s): Cédric Delfosse
  • Date: 2009-02-18 21:29:51 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20090218212951-d20siwessjp7l2hq
Tags: 0.10.1-1
* New upstream release (Closes: #505850, #504329)
* Remove all previous patches (no more applies or no more needed), drop quilt
* Fix "planets wont show up with german locale" (Closes: #493287)
* Bump Standards-Version to 3.8.0
* Fix debian/copyright: licence version is GPL v2 or later

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* This file is part of the KDE project
 
2
   Copyright (C) 2006 Ralf Habacker <ralf.habacker@freenet.de>
 
3
 
 
4
   This program is free software; you can redistribute it and/or
 
5
   modify it under the terms of the GNU Library General Public
 
6
   License as published by the Free Software Foundation; either
 
7
   version 2 of the License, or (at your option) any later version.
 
8
 
 
9
   This program 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
   Library General Public License for more details.
 
13
 
 
14
   You should have received a copy of the GNU Library General Public License
 
15
   along with this program; see the file COPYING.  If not, write to
 
16
   the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 
17
   Boston, MA 02110-1301, USA.
 
18
*/
 
19
 
 
20
#ifndef KDEWIN_OCIDL_H
 
21
#define KDEWIN_OCIDL_H
 
22
 
 
23
/* W32API */ 
 
24
 
 
25
#define interface w32api_interface
 
26
#include <../include/ocidl.h>
 
27
#undef interface
 
28
 
 
29
#endif