ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

pgobootrun.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 doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.