Fix error from uncrustify v0.68 (#364)
This commit is contained in:
parent
6b6c0fe81d
commit
f755c64de8
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ extern "C"
|
|||
#pragma section(".CRT$XCU", read)
|
||||
#define INITIALIZER2_(f, p) \
|
||||
static void f(void); \
|
||||
__declspec(allocate(".CRT$XCU")) void(*f ## _)(void) = f; \
|
||||
__declspec(allocate(".CRT$XCU"))void(*f ## _)(void) = f; \
|
||||
__pragma(comment(linker, "/include:" p #f "_")) \
|
||||
static void f(void)
|
||||
#ifdef _WIN64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue