Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenpgobootrun.h
Go to the documentation of this file.
00001 00006 #ifdef _WCHAR_T_DEFINED 00007 typedef void (__cdecl *POGOAUTOSWEEPPROCW)(const wchar_t *); 00008 #else 00009 typedef void (__cdecl *POGOAUTOSWEEPPROCW)(const unsigned short *); 00010 #endif 00011 typedef void (__cdecl *POGOAUTOSWEEPPROCA)(const char *); 00012 00013 #ifdef __cplusplus 00014 extern "C" 00015 #else 00016 extern 00017 #endif 00018 POGOAUTOSWEEPPROCW PogoAutoSweepW; 00019 #ifdef __cplusplus 00020 extern "C" 00021 #else 00022 extern 00023 #endif 00024 POGOAUTOSWEEPPROCA PogoAutoSweepA; 00025 00026 #ifdef UNICODE 00027 #define PgoAutoSweep PogoAutoSweepW 00028 #else 00029 #define PgoAutoSweep PogoAutoSweepA 00030 #endif Generated on Sun May 27 2012 04:29:53 for ReactOS by
1.7.6.1
|