Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenalloca.h
Go to the documentation of this file.
00001 00002 #ifdef _MSC_VER 00003 #include <malloc.h> 00004 #define alloca _alloca 00005 #else 00006 #include_next <alloca.h> 00007 #endif 00008 Generated on Fri May 25 2012 04:31:49 for ReactOS by
1.7.6.1
|