From e4a5a77d16a249dec3169930081b9cc2e44f8c97 Mon Sep 17 00:00:00 2001 From: "davidm%netscape.com" Date: Fri, 29 Jan 1999 01:34:58 +0000 Subject: [PATCH] The prefixes were switched which is not a good thing --- xpfe/appshell/macbuild/AppShellSharedPrefix.h | 2 +- xpfe/appshell/macbuild/AppShellSharedPrefix_debug.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xpfe/appshell/macbuild/AppShellSharedPrefix.h b/xpfe/appshell/macbuild/AppShellSharedPrefix.h index 04a443c3f5d..1e1cf92bc5e 100644 --- a/xpfe/appshell/macbuild/AppShellSharedPrefix.h +++ b/xpfe/appshell/macbuild/AppShellSharedPrefix.h @@ -19,4 +19,4 @@ /* Defining the following causes NS_APPSHELL to be defined as NS_EXPORT. */ #define _IMPL_NS_APPSHELL -#include "MacSharedPrefix_debug.h" +#include "MacSharedPrefix.h" diff --git a/xpfe/appshell/macbuild/AppShellSharedPrefix_debug.h b/xpfe/appshell/macbuild/AppShellSharedPrefix_debug.h index 1e1cf92bc5e..04a443c3f5d 100644 --- a/xpfe/appshell/macbuild/AppShellSharedPrefix_debug.h +++ b/xpfe/appshell/macbuild/AppShellSharedPrefix_debug.h @@ -19,4 +19,4 @@ /* Defining the following causes NS_APPSHELL to be defined as NS_EXPORT. */ #define _IMPL_NS_APPSHELL -#include "MacSharedPrefix.h" +#include "MacSharedPrefix_debug.h"