Added support for mappings with no associated file.
[wine] / include / propsheet.h
1 /*
2  * Property sheet class extra info
3  *
4  * Copyright 1998 Anders Carlsson
5  */
6
7 #ifndef __WINE_PROPSHEET_H  
8 #define __WINE_PROPSHEET_H
9
10 typedef struct tagPROPSHEET_INFO
11 {
12     DWORD dwDummy;  /* just to keep the compiler happy ;-) */
13
14 } PROPSHEET_INFO, *LPPROPSHEET_INFO;
15
16
17
18 extern VOID PROPSHEET_Register (VOID);
19 extern VOID PROPSHEET_UnRegister (VOID);
20
21 #endif  /* __WINE_PROPSHEET_H */