Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygendllmain.c
Go to the documentation of this file.
00001 #ifdef BZ_DECOMPRESS_ONLY 00002 int _stdcall DriverEntry( void *a, void *b ); 00003 00004 int _stdcall DriverEntry( void *a, void *b ) 00005 { 00006 return 1; 00007 } 00008 #else 00009 int _stdcall DllMain( unsigned long a, unsigned long b, unsigned long c ) 00010 { 00011 return 1; 00012 } 00013 #endif 00014 void bz_internal_error ( int errcode ); 00015 00016 void bz_internal_error ( int errcode ) 00017 { 00018 return; 00019 } Generated on Sun May 27 2012 04:22:39 for ReactOS by
1.7.6.1
|