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.

18 lines
424 B

  1. #ifndef __FAXDRV__STDHDR_H
  2. #define __FAXDRV__STDHDR_H
  3. #define WINVER 0x0400
  4. #define PRINTDRIVER
  5. #define BUILDDLL
  6. #include <print.h>
  7. #include "gdidefs.inc"
  8. #include "faxdrv16.h"
  9. #include "mdevice.h"
  10. #include "unidrv.h"
  11. #include "..\utils\dbgtrace.h"
  12. #include "..\utils\utils.h"
  13. #include "windowsx.h" //GET_WM_COMMAND_ID
  14. #include <commdlg.h> //GetOpenFileName
  15. #endif //__FAXDRV__STDHDR_H