Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygentypeinfo.h
Go to the documentation of this file.
00001 00006 #include <crtdefs.h> 00007 00008 #ifndef _INC_TYPEINFO 00009 #define _INC_TYPEINFO 00010 00011 #pragma pack(push,_CRT_PACKING) 00012 00013 #ifndef RC_INVOKED 00014 00015 #ifndef __cplusplus 00016 #error This header requires a C++ compiler ... 00017 #endif 00018 00019 #include <typeinfo> 00020 00021 #ifdef __RTTI_OLDNAMES 00022 using std::bad_cast; 00023 using std::bad_typeid; 00024 00025 typedef type_info Type_info; 00026 typedef bad_cast Bad_cast; 00027 typedef bad_typeid Bad_typeid; 00028 #endif 00029 #endif 00030 00031 #pragma pack(pop) 00032 #endif Generated on Mon May 28 2012 04:29:41 for ReactOS by
1.7.6.1
|