blob: bf59e027dea85cbed717fc5a15620beba4fd013e [file] [log] [blame]
Huw D M Daviese8aa1b92000-09-22 22:16:31 +00001/*
2 * Wine PostScript Driver Dialog IDs
3 *
4 * Copyright 1999 Huw D M Davies
5 */
6
7#ifndef __WINE_PSDLG_H
8#define __WINE_PSDLG_H
9
10#define IDD_PAPERS 100
11#define IDD_ORIENT_PORTRAIT 101
12#define IDD_ORIENT_LANDSCAPE 102
13
14#endif /* __WINE_PSDLG_H */