From 6fbe07939394ec98e611bc53605e9d596e44f36b Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Wed, 5 May 1999 13:20:50 +0000 Subject: [PATCH] No longer necessary. --- include/propsheet.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 include/propsheet.h diff --git a/include/propsheet.h b/include/propsheet.h deleted file mode 100644 index 0a421590b75..00000000000 --- a/include/propsheet.h +++ /dev/null @@ -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 */ -- 2.11.4.GIT