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.

48 lines
726 B

  1. /*++
  2. Microsoft Windows
  3. Copyright (C) Microsoft Corporation, 1981 - 1999
  4. Module Name:
  5. precomp.hxx
  6. Abstract:
  7. Author:
  8. Rahul Thombre (RahulTh) 4/30/1998
  9. Revision History:
  10. 4/30/1998 RahulTh
  11. Created this module.
  12. --*/
  13. #ifndef __PRECOMP_HXX__
  14. #define __PRECOMP_HXX__
  15. #include "stdafx.h"
  16. #include <htmlhelp.h>
  17. #include "helparr.h"
  18. #include "irftp.h"
  19. #include "global.h"
  20. #include "rpcheaders.h"
  21. #include "resource.h"
  22. #include "sendprogress.h"
  23. #include "recvconf.h"
  24. #include "irrecvprogress.h"
  25. #include "controller.h"
  26. #include "irftpdlg.h"
  27. #include "commandline.h"
  28. #include "devicelist.h"
  29. #include "multdevices.h"
  30. #include "utils.h"
  31. #include "errorcodes.h"
  32. #include "irtranp.h"
  33. #endif //__PRECOMP_HXX__