mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:23:01 +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
|
@ -18,8 +18,17 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "windows.h"
|
||||
#include "winhelp.h"
|
||||
|
||||
#include "wine/debug.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(winhelp);
|
||||
|
||||
static WORD CALLBACK WHD_GetFSError(void)
|
||||
{
|
||||
WINE_FIXME("()\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue