import winsup-2000-02-17 snapshot
This commit is contained in:
12
winsup/cygwin/include/sys/cdefs.h
Normal file
12
winsup/cygwin/include/sys/cdefs.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef _SYS_CDEFS_H
|
||||
#define _SYS_CDEFS_H
|
||||
#ifdef __cplusplus
|
||||
#define __BEGIN_DECLS extern "C" {
|
||||
#define __END_DECLS }
|
||||
#else
|
||||
#define __BEGIN_DECLS
|
||||
#define __END_DECLS
|
||||
#endif
|
||||
#define __P(protos) protos /* full-blown ANSI C */
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user