Fixed to build on Windows.

git-svn-id: svn://10.0.0.236/trunk@20073 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
warren%netscape.com
1999-02-09 02:23:39 +00:00
parent 787fd14b47
commit ea5a4dd249

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,