Leaked source code of windows server 2003
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.

38 lines
754 B

  1. #ifndef __PAGECOMMON_H_RECURSE__
  2. #ifndef __PAGECOMMON_H__
  3. #define __PAGECOMMON_H__
  4. // recurse into this header to get forward declarations first,
  5. // then full definitions
  6. #define __PAGECOMMON_H_RECURSE__
  7. #define FORWARD_DECLS
  8. #include "pagecommon.h"
  9. #undef FORWARD_DECLS
  10. #include "pagecommon.h"
  11. #undef __PAGECOMMON_H_RECURSE__
  12. #endif //__PAGECOMMON_H__
  13. #else // __PAGECOMMON_H_RECURSE__
  14. // class includes in non-pointer dependency order
  15. #include "cdeviceui.h"
  16. #include "cdeviceview.h"
  17. #include "cdeviceviewtext.h"
  18. #include "cdevicecontrol.h"
  19. #include "populate.h"
  20. #include "selcontroldlg.h"
  21. #include "viewselwnd.h"
  22. #include "cdiacpage.h"
  23. #endif // __PAGECOMMON_H_RECURSE__