ReactOS 0.4.15-dev-7842-g558ab78
pgobootrun.h
Go to the documentation of this file.
1
6#ifdef _WCHAR_T_DEFINED
7typedef void (__cdecl *POGOAUTOSWEEPPROCW)(const wchar_t *);
8#else
9typedef void (__cdecl *POGOAUTOSWEEPPROCW)(const unsigned short *);
10#endif
11typedef void (__cdecl *POGOAUTOSWEEPPROCA)(const char *);
12
13#ifdef __cplusplus
14extern "C"
15#else
16extern
17#endif
19#ifdef __cplusplus
20extern "C"
21#else
22extern
23#endif
25
26#ifdef UNICODE
27#define PgoAutoSweep PogoAutoSweepW
28#else
29#define PgoAutoSweep PogoAutoSweepA
30#endif
#define __cdecl
Definition: accygwin.h:79
void(__cdecl * POGOAUTOSWEEPPROCW)(const unsigned short *)
Definition: pgobootrun.h:9
POGOAUTOSWEEPPROCA PogoAutoSweepA
void(__cdecl * POGOAUTOSWEEPPROCA)(const char *)
Definition: pgobootrun.h:11
POGOAUTOSWEEPPROCW PogoAutoSweepW