This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
jdk-build-libs
/
json-c
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
11
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Don't let clang-format rearrange Windows includes, since they need to be in a particular order.
tags/json-c-0.14-20200419
Eric Haszlakiewicz
5 years ago
parent
9acc4e9d71
commit
5e19c26cae
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
random_seed.c
+ 3
- 1
random_seed.c
View File
@@ -186,8 +186,10 @@ static int get_dev_random_seed(void)
#define HAVE_CRYPTGENRANDOM 1
#include <wincrypt.h>
/* clang-format off */
#include <windows.h>
#include <wincrypt.h>
/* clang-format on */
#ifndef __GNUC__
#pragma comment(lib, "advapi32.lib")
#endif
Write
Preview
Loading…
Cancel
Save