mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 13:01:40 +00:00
15 lines
222 B
C
15 lines
222 B
C
|
#ifndef _FONTVIEW_PCH_
|
||
|
#define _FONTVIEW_PCH_
|
||
|
|
||
|
#include <stdarg.h>
|
||
|
|
||
|
#include <windef.h>
|
||
|
#include <winbase.h>
|
||
|
#include <wingdi.h>
|
||
|
#include <winuser.h>
|
||
|
#include <commdlg.h>
|
||
|
|
||
|
#include "display.h"
|
||
|
|
||
|
#endif /* _FONTVIEW_PCH_ */
|