ReactOS
0.4.16-dev-303-g11d5cb8
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
16
extern
const
PIMAGE_TLS_CALLBACK
__dyn_tls_init_callback
;
17
18
void
*
__cdecl
19
_decode_pointer
(
void
*codedptr)
20
{
21
return
(
void
*) codedptr;
22
}
23
24
void
*
__cdecl
25
_encode_pointer
(
void
*
ptr
)
26
{
27
return
ptr
;
28
}
29
30
/* 0:console, 1:windows. */
31
int
mingw_app_type
= 0;
__cdecl
#define __cdecl
Definition:
accygwin.h:79
_decode_pointer
void *__cdecl _decode_pointer(void *codedptr)
Definition:
mingw_helpers.c:19
_encode_pointer
void *__cdecl _encode_pointer(void *ptr)
Definition:
mingw_helpers.c:25
__dyn_tls_init_callback
const PIMAGE_TLS_CALLBACK __dyn_tls_init_callback
Definition:
tlssup.c:107
mingw_app_type
int mingw_app_type
Definition:
mingw_helpers.c:31
ptr
static PVOID ptr
Definition:
dispmode.c:27
PIMAGE_TLS_CALLBACK
VOID(NTAPI * PIMAGE_TLS_CALLBACK)(PVOID DllHandle, ULONG Reason, PVOID Reserved)
Definition:
ntimage.h:531
oscalls.h
sect_attribs.h
sdk
lib
crt
startup
mingw_helpers.c
Generated on Sun Dec 1 2024 06:16:17 for ReactOS by
1.9.6