Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygencdefs.h
Go to the documentation of this file.
00001 00006 #ifndef _SYS_CDEFS_H 00007 #define _SYS_CDEFS_H 00008 #ifdef __cplusplus 00009 #define __BEGIN_DECLS extern "C" { 00010 #define __END_DECLS } 00011 #else 00012 #define __BEGIN_DECLS 00013 #define __END_DECLS 00014 #endif 00015 #define __P(protos) protos /* full-blown ANSI C */ 00016 #endif 00017 Generated on Sat May 26 2012 04:28:29 for ReactOS by
1.7.6.1
|