Added possibility to load .stabs/.stabstr sections from PE dlls.
[wine] / include / ts_xpm.h
1 /*
2  * Thread safe wrappers around xpm calls.
3  * Always include this file instead of <X11/xpm.h>.
4  * This file was generated automatically by tools/make_X11wrappers
5  *
6  * Copyright 1998 Kristian Nielsen
7  */
8
9 #ifndef __WINE_TSXPM_H
10 #define __WINE_TSXPM_H
11
12 #include "config.h"
13
14 #ifndef X_DISPLAY_MISSING
15
16 #ifdef HAVE_LIBXXPM
17
18 #include <X11/xpm.h>
19
20 extern int TSXpmCreatePixmapFromData(Display *, Drawable, char **, Pixmap *, Pixmap *, XpmAttributes *);
21 extern int TSXpmAttributesSize(void);
22
23 #endif /* defined(HAVE_LIBXXPM) */
24
25 #endif /* !defined(X_DISPLAY_MISSING) */
26
27 #endif /* __WINE_TSXPM_H */