mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 21:20:25 +00:00
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 */
|