[WINHLP32] Sync with Wine Staging 3.3. CORE-14434

This commit is contained in:
Amine Khaldi 2018-04-01 13:09:44 +01:00
parent 1e79d3bbbe
commit e289916aaa
15 changed files with 432 additions and 47 deletions

View file

@ -0,0 +1,20 @@
#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_ */