mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 21:01:54 +00:00
[HHCTRL.OCX] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
1a951aa4e6
commit
96f371dcdb
15 changed files with 204 additions and 92 deletions
19
dll/win32/hhctrl.ocx/precomp.h
Normal file
19
dll/win32/hhctrl.ocx/precomp.h
Normal file
|
@ -0,0 +1,19 @@
|
|||
|
||||
#ifndef _HHCTRL_PRECOMP_H
|
||||
#define _HHCTRL_PRECOMP_H
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#define _INC_WINDOWS
|
||||
#define COM_NO_WINDOWS_H
|
||||
|
||||
#define NONAMELESSUNION
|
||||
#define NONAMELESSSTRUCT
|
||||
|
||||
#include "hhctrl.h"
|
||||
|
||||
#include <wine/debug.h>
|
||||
|
||||
#include "resource.h"
|
||||
#include "stream.h"
|
||||
|
||||
#endif /* !_HHCTRL_PRECOMP_H */
|
Loading…
Add table
Add a link
Reference in a new issue