Go to the documentation of this file.00001
00002 #ifndef vgui_macro_h_
00003 #define vgui_macro_h_
00004 #ifdef VCL_NEEDS_PRAGMA_INTERFACE
00005 #pragma interface
00006 #endif
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017 #define vgui_macro_report_errors vgui_macro_error_reporter(__FILE__,__LINE__)
00018
00019
00020
00021
00022
00023 #define vgui_macro_warning (vcl_cerr << __FILE__ ", line " << __LINE__ << ": ")
00024
00025
00026
00027 extern void vgui_macro_error_reporter(char const *FILE, int LINE);
00028
00029 #endif // vgui_macro_h_