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.

16 lines
267 B

  1. #ifndef __FRAMECOMMON_H__
  2. #define __FRAMECOMMON_H__
  3. // common include
  4. #include "common.h"
  5. // interface includes
  6. #include "idiacpage.h"
  7. #include "ifrmwrk.h"
  8. // framework class/module includes
  9. #include "configwnd.h"
  10. #include "cfrmwrk.h"
  11. #endif //__FRAMECOMMON_H__