Skip to content
Snippets Groups Projects
Commit e5e4cdee authored by Bernd Machenschalk's avatar Bernd Machenschalk
Browse files

hotfix for MINGW64 build with lib/Makefile.mingw

parent 42c63b38
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,25 @@
#include "boinc_win.h"
#ifdef __MINGW32__
#ifndef HAVE_CLIENT_ID
#define HAVE_CLIENT_ID 1
#endif
#ifndef HAVE_VM_COUNTERS
#define HAVE_VM_COUNTERS 1
#endif
#ifndef HAVE_SYSTEM_THREADS
#define HAVE_SYSTEM_THREADS 1
#endif
#ifndef HAVE_THREAD_STATE
#define HAVE_THREAD_STATE 1
#endif
#ifndef NT_SUCCESS
#define NT_SUCCESS(status)((NTSTATUS) (status) >= 0)
#endif
#endif /* __MINGW32__ */
#define STATUS_INFO_LENGTH_MISMATCH ((NTSTATUS)0xC0000004L)
typedef LONG NTSTATUS;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment