No longer necessary.

This commit is contained in:
Alexandre Julliard 1999-05-05 13:20:50 +00:00
parent 179e8deb6d
commit 6fbe079393
1 changed files with 0 additions and 21 deletions

View File

@ -1,21 +0,0 @@
/*
* Property sheet class extra info
*
* Copyright 1998 Anders Carlsson
*/
#ifndef __WINE_PROPSHEET_H
#define __WINE_PROPSHEET_H
typedef struct tagPROPSHEET_INFO
{
DWORD dwDummy; /* just to keep the compiler happy ;-) */
} PROPSHEET_INFO, *LPPROPSHEET_INFO;
extern VOID PROPSHEET_Register (VOID);
extern VOID PROPSHEET_UnRegister (VOID);
#endif /* __WINE_PROPSHEET_H */