- Sync FreeLibrary with Wine. Fixes an exception at installation Firefox 3.5.x
[reactos.git] / reactos / include / reactos / wine / winspool.h
1 /* Definitions for printing
2 *
3 * Copyright 1998 Huw Davies, Andreas Mohr
4 *
5 * Portions Copyright (c) 1999 Corel Corporation
6 * (Paul Quinn, Albert Den Haan)
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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
21 */
22 #ifndef __WINE_WINSPOOL_H
23 #define __WINE_WINSPOOL_H
24
25 #ifdef __cplusplus
26 extern "C" {
27 #endif
28
29 /*
30 * Compatibility header
31 */
32
33 #if !defined(_MSC_VER)
34 #include_next "winspool.h"
35 #endif
36
37
38 /* DECLARATIONS */
39
40 LPSTR WINAPI StartDocDlgA(HANDLE hPrinter, DOCINFOA *doc);
41 LPWSTR WINAPI StartDocDlgW(HANDLE hPrinter, DOCINFOW *doc);
42 #define StartDocDlg WINELIB_NAME_AW(StartDocDlg)
43
44 #ifdef __cplusplus
45 } /* extern "C" */
46 #endif
47
48 #endif /* __WINE_WINSPOOL_H */