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.

33 lines
579 B

  1. #ifndef _DCONFIGP_H
  2. #define _DCONFIGP_H
  3. #include <windows.h>
  4. #include <assert.h>
  5. #include <commctrl.h>
  6. #include <objbase.h>
  7. #include <process.h>
  8. //#include <StdAfx.h>
  9. #include <tchar.h>
  10. #include <stdArg.h>
  11. #include <mmsystem.h>
  12. #include <stdio.h>
  13. #include "Dinput.h"
  14. #include <ddraw.h>
  15. #include "FSWindow.h"
  16. #include "Registry.h"
  17. #include "cfrmwrk.h"
  18. #include "dconfig.h"
  19. #include "definitions.h"
  20. #include "fswindow.h"
  21. #include "iclassfact.h"
  22. #include "idiacshp.h"
  23. #include "cdiacshp.h"
  24. #include "clssfact.h"
  25. #include "ifrmwrk.h"
  26. #include "dicfgres.h"
  27. #endif //_DCONFIGP_H