From eea05f7032e1aff25fa12b915bee9c596d638dbe Mon Sep 17 00:00:00 2001 From: "sfraser%netscape.com" Date: Fri, 29 Jan 1999 02:20:48 +0000 Subject: [PATCH] First Checked In. git-svn-id: svn://10.0.0.236/trunk@18978 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/base/macbuild/BaseDebugPrefix.h | 21 +++++++++++++++++++++ mozilla/base/macbuild/BasePrefix.h | 21 +++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 mozilla/base/macbuild/BaseDebugPrefix.h create mode 100644 mozilla/base/macbuild/BasePrefix.h diff --git a/mozilla/base/macbuild/BaseDebugPrefix.h b/mozilla/base/macbuild/BaseDebugPrefix.h new file mode 100644 index 00000000000..3a5cb8a7c0a --- /dev/null +++ b/mozilla/base/macbuild/BaseDebugPrefix.h @@ -0,0 +1,21 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- + * + * The contents of this file are subject to the Netscape Public License + * Version 1.0 (the "NPL"); you may not use this file except in + * compliance with the NPL. You may obtain a copy of the NPL at + * http://www.mozilla.org/NPL/ + * + * Software distributed under the NPL is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL + * for the specific language governing rights and limitations under the + * NPL. + * + * The Initial Developer of this code under the NPL is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All Rights + * Reserved. + */ + +#define _IMPL_NS_BASE 1 + +#include "MacPrefix_debug.h" diff --git a/mozilla/base/macbuild/BasePrefix.h b/mozilla/base/macbuild/BasePrefix.h new file mode 100644 index 00000000000..e5f455616dc --- /dev/null +++ b/mozilla/base/macbuild/BasePrefix.h @@ -0,0 +1,21 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- + * + * The contents of this file are subject to the Netscape Public License + * Version 1.0 (the "NPL"); you may not use this file except in + * compliance with the NPL. You may obtain a copy of the NPL at + * http://www.mozilla.org/NPL/ + * + * Software distributed under the NPL is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL + * for the specific language governing rights and limitations under the + * NPL. + * + * The Initial Developer of this code under the NPL is Netscape + * Communications Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All Rights + * Reserved. + */ + +#define _IMPL_NS_BASE 1 + +#include "MacPrefix.h"