Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libdap-chain
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
cellframe
libdap-chain
Merge requests
!13
wepoll issues
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
wepoll issues
bugs-2706
into
master
Overview
0
Commits
2
Pipelines
0
Changes
1
Merged
Constantin P.
requested to merge
bugs-2706
into
master
5 years ago
Overview
0
Commits
2
Pipelines
0
Changes
1
Expand
👍
0
👎
0
Merge request reports
Compare
master
version 1
65f71526
5 years ago
master (base)
and
latest version
latest version
1ac09bb1
2 commits,
5 years ago
version 1
65f71526
1 commit,
5 years ago
1 file
+
0
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
dap_chain_ledger.c
+
0
−
3
Options
@@ -33,8 +33,6 @@
//#include <malloc.h>
#ifdef _WIN32
#undef _WIN32_WINNT
#define _WIN32_WINNT 0x0600
#include
<winsock2.h>
#include
<windows.h>
#include
<mswsock.h>
@@ -42,7 +40,6 @@
#include
<io.h>
#include
<time.h>
//#include "wrappers.h"
#include
<wepoll.h>
#endif
#include
"uthash.h"
Loading