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
18 lines
424 B
#ifndef __FAXDRV__STDHDR_H
|
|
#define __FAXDRV__STDHDR_H
|
|
|
|
#define WINVER 0x0400
|
|
|
|
#define PRINTDRIVER
|
|
#define BUILDDLL
|
|
#include <print.h>
|
|
#include "gdidefs.inc"
|
|
#include "faxdrv16.h"
|
|
#include "mdevice.h"
|
|
#include "unidrv.h"
|
|
#include "..\utils\dbgtrace.h"
|
|
#include "..\utils\utils.h"
|
|
#include "windowsx.h" //GET_WM_COMMAND_ID
|
|
#include <commdlg.h> //GetOpenFileName
|
|
|
|
#endif //__FAXDRV__STDHDR_H
|