blob: 428a8f07a0b9141e0236b2dc5079e23a071b0291 [file] [log] [blame]
/*
* Pager class extra info
*
* Copyright 1998 Eric Kohl
*/
#ifndef __WINE_PAGER_H
#define __WINE_PAGER_H
typedef struct tagPAGER_INFO
{
UINT32 uDummy; /* this is just a dummy to keep the compiler happy */
} PAGER_INFO;
extern void PAGER_Register (void);
#endif /* __WINE_PAGER_H */