mirror of
https://github.com/json-c/json-c.git
synced 2026-03-20 21:49:07 +08:00
Don't let clang-format rearrange Windows includes, since they need to be in a particular order.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user