ReactOS 0.4.15-dev-7953-g1f49173
mingw_helpers.c
Go to the documentation of this file.
1
7#include <oscalls.h>
8#include <internal.h>
9#include <process.h>
10#include <math.h>
11#include <stdlib.h>
12#include <tchar.h>
13#include <sect_attribs.h>
14#include <locale.h>
15
17
18void * __cdecl
19_decode_pointer (void *codedptr)
20{
21 return (void *) codedptr;
22}
23
24void * __cdecl
26{
27 return ptr;
28}
29
30/* 0:console, 1:windows. */
#define __cdecl
Definition: accygwin.h:79
void *__cdecl _decode_pointer(void *codedptr)
Definition: mingw_helpers.c:19
void *__cdecl _encode_pointer(void *ptr)
Definition: mingw_helpers.c:25
const PIMAGE_TLS_CALLBACK __dyn_tls_init_callback
Definition: tlssup.c:107
int mingw_app_type
Definition: mingw_helpers.c:31
static PVOID ptr
Definition: dispmode.c:27
VOID(NTAPI * PIMAGE_TLS_CALLBACK)(PVOID DllHandle, ULONG Reason, PVOID Reserved)
Definition: ntimage.h:531