Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

39 lines
716 B

#ifndef __PAGECOMMON_H_RECURSE__
#ifndef __PAGECOMMON_H__
#define __PAGECOMMON_H__
// recurse into this header to get forward declarations first,
// then full definitions
#define __PAGECOMMON_H_RECURSE__
#define FORWARD_DECLS
#include "pagecommon.h"
#undef FORWARD_DECLS
#include "pagecommon.h"
#undef __PAGECOMMON_H_RECURSE__
#endif //__PAGECOMMON_H__
#else // __PAGECOMMON_H_RECURSE__
// class includes in non-pointer dependency order
#include "cdeviceui.h"
#include "cdeviceview.h"
#include "cdeviceviewtext.h"
#include "cdevicecontrol.h"
#include "populate.h"
#include "selcontroldlg.h"
#include "viewselwnd.h"
#include "cdiacpage.h"
#endif // __PAGECOMMON_H_RECURSE__