mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 10:43:24 +00:00
more and more fixes for unix
This commit is contained in:
parent
f4723f74c2
commit
416bcd6e49
@ -34,7 +34,7 @@ EXPORTS = \
|
||||
CPPSRCS = \
|
||||
nsMsgCompFields.cpp \
|
||||
nsMsgCompose.cpp \
|
||||
MsgCompGlue.cpp \
|
||||
msgCompGlue.cpp \
|
||||
nsSmtpUrl.cpp \
|
||||
nsSmtpProtocol.cpp \
|
||||
$(NULL)
|
||||
|
@ -5,7 +5,6 @@
|
||||
|
||||
#include "msgCore.h"
|
||||
|
||||
typedef void *MWContext;
|
||||
class MSG_Pane;
|
||||
typedef struct URL_Struct _URL_Struct;
|
||||
|
||||
@ -17,7 +16,7 @@ const char * FE_UsersMailAddress() {return NULL;}
|
||||
void FE_UpdateCompToolbar(MSG_Pane*) {return;}
|
||||
void FE_SetWindowLoading(MWContext *, URL_Struct *,Net_GetUrlExitFunc **) {return;}
|
||||
|
||||
PRBool NET_AreThereActiveConnectionsForWindow(MWContext *) {return PR_FALSE;}
|
||||
XP_Bool NET_AreThereActiveConnectionsForWindow(MWContext *) {return PR_FALSE;}
|
||||
int NET_SilentInterruptWindow(MWContext * window_id) {return 0;}
|
||||
int NET_ScanForURLs(MSG_Pane*, const char *, PRInt32,char *, int, PRBool) {return NULL;}
|
||||
void NET_FreeURLStruct (URL_Struct *) {return;}
|
||||
|
Loading…
Reference in New Issue
Block a user