mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 02:16:49 +00:00
[WINHLP32] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
1e79d3bbbe
commit
e289916aaa
15 changed files with 432 additions and 47 deletions
20
base/applications/winhlp32/precomp.h
Normal file
20
base/applications/winhlp32/precomp.h
Normal 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_ */
|
Loading…
Add table
Add a link
Reference in a new issue