Fixed to build on Windows.

This commit is contained in:
warren%netscape.com 1999-02-09 02:23:39 +00:00
parent 93ff7ec55f
commit ac8697229e

View File

@ -20,7 +20,7 @@ public:
class MSG_Master
{
public:
GetFolderTree(void) {;}
void GetFolderTree(void) {;}
MSG_NewsHost* FindHost(const char* name, XP_Bool isSecure, int32 port) {return NULL;}
// msg_HostTable* GetHostTable() {return m_hosttable;}
@ -37,7 +37,7 @@ public:
MSG_Pane() {;}
~MSG_Pane() {;}
MSG_PaneCreate(MWContext* context, MSG_Master* master) {;}
void MSG_PaneCreate(MWContext* context, MSG_Master* master) {;}
MSG_Prefs* GetPrefs() {return m_prefs;}
PRInt32 GetCommandStatus(PRInt32 command,
const unsigned long * indices,