Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
boinc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
einsteinathome
boinc
Commits
e5e4cdee
Commit
e5e4cdee
authored
10 years ago
by
Bernd Machenschalk
Browse files
Options
Downloads
Patches
Plain Diff
hotfix for MINGW64 build with lib/Makefile.mingw
parent
42c63b38
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/diagnostics_win.h
+20
-1
20 additions, 1 deletion
lib/diagnostics_win.h
with
20 additions
and
1 deletion
lib/diagnostics_win.h
+
20
−
1
View file @
e5e4cdee
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment