mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:15:58 +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
|
@ -17,7 +17,15 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#define NONAMELESSUNION
|
||||
|
||||
#include "hhctrl.h"
|
||||
#include "stream.h"
|
||||
#include "resource.h"
|
||||
|
||||
#include "wine/debug.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(htmlhelp);
|
||||
|
||||
typedef enum {
|
||||
INSERT_NEXT,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue