ReactOS 0.4.15-dev-7918-g2a2556c
cinitexe.c
Go to the documentation of this file.
1#include <stdio.h>
2#include <sect_attribs.h>
3
4#ifdef _MSC_VER
5#pragma comment(linker, "/merge:.CRT=.rdata")
6#endif
7
8typedef void (__cdecl *_PVFV)(void);
9
10_CRTALLOC(".CRT$XIA") _PVFV __xi_a[] = { NULL };
11_CRTALLOC(".CRT$XIZ") _PVFV __xi_z[] = { NULL };
12_CRTALLOC(".CRT$XCA") _PVFV __xc_a[] = { NULL };
13_CRTALLOC(".CRT$XCZ") _PVFV __xc_z[] = { NULL };
#define __cdecl
Definition: accygwin.h:79
void(__cdecl * _PVFV)(void)
Definition: cinitexe.c:8
#define NULL
Definition: types.h:112
#define _CRTALLOC(x)