mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-07 21:19:47 -04:00
11 lines
281 B
C
11 lines
281 B
C
/* $NetBSD: cdefs.h,v 1.5 2005/12/11 12:17:29 christos Exp $ */
|
|
|
|
/* Windows CE architecture */
|
|
|
|
#define __BEGIN_MACRO do {
|
|
#define __END_MACRO } while (/*CONSTCOND*/0)
|
|
|
|
#define NAMESPACE_BEGIN(x) namespace x {
|
|
#define NAMESPACE_END }
|
|
#define USING_NAMESPACE(x) using namespace x;
|