From c23f5ac38efcd8c05dd706a880c8cf7d892b604a Mon Sep 17 00:00:00 2001 From: "waterson%netscape.com" Date: Tue, 13 Oct 1998 05:06:02 +0000 Subject: [PATCH] Removed #ifdef SMOOTH_PROGRESS to get Mac compiling. git-svn-id: svn://10.0.0.236/trunk@12668 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/include/structs.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mozilla/include/structs.h b/mozilla/include/structs.h index a1e81294597..d630dae44d0 100644 --- a/mozilla/include/structs.h +++ b/mozilla/include/structs.h @@ -145,7 +145,7 @@ class TImapServerState; #endif -#if defined(SMOOTH_PROGRESS) && defined(__cplusplus) +#if defined(__cplusplus) class nsITransferListener; #endif @@ -350,13 +350,11 @@ struct MWContext_ { stuff looks funny for a couple seconds. */ PRPackedBool requires_reflow; -#if defined(SMOOTH_PROGRESS) #if defined(__cplusplus) nsITransferListener* progressManager; #else void* progressManager; #endif /* __cplusplus */ -#endif /* SMOOTH_PROGRESS */ };