Check for NULL in lstrcpy* (Windows uses real exception handlers).
[wine.git] / include / propsheet.h
blob0a421590b758e962e8a6f6b116ab9cde7f61221a
1 /*
2 * Property sheet class extra info
4 * Copyright 1998 Anders Carlsson
5 */
7 #ifndef __WINE_PROPSHEET_H
8 #define __WINE_PROPSHEET_H
10 typedef struct tagPROPSHEET_INFO
12 DWORD dwDummy; /* just to keep the compiler happy ;-) */
14 } PROPSHEET_INFO, *LPPROPSHEET_INFO;
18 extern VOID PROPSHEET_Register (VOID);
19 extern VOID PROPSHEET_UnRegister (VOID);
21 #endif /* __WINE_PROPSHEET_H */