1 #if defined(_WCHAR_T_DEFINED) 
   22 #define PgoAutoSweep PogoAutoSweepW 
   24 #define PgoAutoSweep PogoAutoSweepA 
POGOAUTOSWEEPPROCW PogoAutoSweepW
 
POGOAUTOSWEEPPROCA PogoAutoSweepA
 
void(__cdecl * POGOAUTOSWEEPPROCA)(const char *)
Definition: pgobootrun.h:6
 
void(__cdecl * POGOAUTOSWEEPPROCW)(const unsigned short *)
Definition: pgobootrun.h:4
 
_CRT_BEGIN_C_HEADER typedef void(__CRTDECL *unexpected_handler)()