mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 05:22:59 +00:00
21 lines
316 B
C
21 lines
316 B
C
|
|
||
|
#ifndef _WINHELP_PRECOMP_H_
|
||
|
#define _WINHELP_PRECOMP_H_
|
||
|
|
||
|
#include <assert.h>
|
||
|
#include <stdio.h>
|
||
|
|
||
|
#define NONAMELESSUNION
|
||
|
#define NONAMELESSSTRUCT
|
||
|
|
||
|
#include <windows.h>
|
||
|
|
||
|
#include <wine/debug.h>
|
||
|
|
||
|
#include "winhelp.h"
|
||
|
#include "hlpfile.h"
|
||
|
#include "macro.h"
|
||
|
#include "winhelp_res.h"
|
||
|
|
||
|
#endif /* !_WINHELP_PRECOMP_H_ */
|