15 lines
247 B
C
15 lines
247 B
C
|
/*
|
||
|
* Wine PostScript Driver Dialog IDs
|
||
|
*
|
||
|
* Copyright 1999 Huw D M Davies
|
||
|
*/
|
||
|
|
||
|
#ifndef __WINE_PSDLG_H
|
||
|
#define __WINE_PSDLG_H
|
||
|
|
||
|
#define IDD_PAPERS 100
|
||
|
#define IDD_ORIENT_PORTRAIT 101
|
||
|
#define IDD_ORIENT_LANDSCAPE 102
|
||
|
|
||
|
#endif /* __WINE_PSDLG_H */
|