mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 20:43:00 +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
|
@ -22,10 +22,28 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "winhelp.h"
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <richedit.h>
|
||||
#include <commctrl.h>
|
||||
#define NONAMELESSUNION
|
||||
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "wingdi.h"
|
||||
#include "winuser.h"
|
||||
#include "commdlg.h"
|
||||
#include "winhelp.h"
|
||||
#include "winhelp_res.h"
|
||||
#include "shellapi.h"
|
||||
#include "richedit.h"
|
||||
#include "commctrl.h"
|
||||
|
||||
#include "wine/debug.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(winhelp);
|
||||
|
||||
WINHELP_GLOBALS Globals = {3, NULL, TRUE, NULL, NULL, NULL, NULL, NULL, {{{NULL,NULL}},0}, NULL};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue