~ubuntu-branches/debian/stretch/libgdiplus/stretch

1 by Eduard Bloch
Import upstream version 1.0
1
/*
1.1.14 by Matthias Klose
Import upstream version 1.2.5
2
 * gdip.h - THIS FILE IS DEPRECATED - please use the new GdiPlusFlat.h header file
3
 *
4
 * Copyright (C) 2007 Novell, Inc (http://www.novell.com)
5
 *
6
 * Permission is hereby granted, free of charge, to any person obtaining a copy of this software
7
 * and associated documentation files (the "Software"), to deal in the Software without restriction,
8
 * including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
9
 * and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
10
 * subject to the following conditions:
11
 *
12
 * The above copyright notice and this permission notice shall be included in all copies or substantial
13
 * portions of the Software.
14
 *
15
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT
16
 * NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
17
 * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
18
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
19
 * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1 by Eduard Bloch
Import upstream version 1.0
20
 *
21
 * Authors:
1.1.14 by Matthias Klose
Import upstream version 1.2.5
22
 *          Sebastien Pouliot  <sebastien@ximian.com>
23
 */
24
25
#warning The file gdip.h will eventually disappear, please directly include GdiPlusFlat.h instead
26
#include "GdiPlusFlat.h"