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.

21 lines
479 B

  1. #ifndef __FAXDRV32__STDHDR_H
  2. #define __FAXDRV32__STDHDR_H
  3. #define WIN__95
  4. #define STRICT
  5. #include "windows.h"
  6. #include "..\..\..\inc\infowzrd.h"
  7. #include "..\..\..\inc\faxlib.h"
  8. #include "..\..\..\..\..\inc\faxsendw.h"
  9. #include "..\..\faxdrv.h"
  10. #include "..\..\..\..\..\inc\fxsapip.h"
  11. #include "..\utils\dbgtrace.h"
  12. #include "..\utils\utils.h"
  13. #define MAX_CAPTION 30
  14. #define MAX_PORT_NAME 256
  15. #define MAX_DOC_NAME MAX_PATH
  16. #endif //__FAXDRV32__STDHDR_H