Commit 6fbe0793 authored by Alexandre Julliard's avatar Alexandre Julliard

No longer necessary.

parent 179e8deb
/*
* 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 */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment