mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
14 lines
247 B
C
14 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 */
|