Mime Mac landing, last part

git-svn-id: svn://10.0.0.236/trunk@26956 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ducarroz%netscape.com
1999-04-10 01:44:54 +00:00
parent cc9ea2edda
commit aa3879c78e
3 changed files with 7 additions and 3 deletions

View File

@@ -22,7 +22,9 @@
// For xp to ns file translation
#include "nsVoidArray.h"
#ifndef XP_UNIX
#include "direct.h"
#ifndef XP_MAC
#include "direct.h"
#endif
#endif
#include "nsIComponentManager.h"

View File

@@ -63,7 +63,7 @@ unsigned char *INTL_ConvertLineWithoutAutoDetect(
int16 fromcsid,
int16 tocsid,
unsigned char *pSrc,
PRUint32 block_size)
uint32 block_size)
{
return NULL;
}
@@ -88,7 +88,7 @@ INTL_DefaultDocCharSetID(iDocumentContext context)
unsigned char *INTL_ConvMailToWinCharCode(
iDocumentContext context,
unsigned char *bit7buff,
PRUint32 block_size
uint32 block_size
)
{
return NULL;

View File

@@ -28,7 +28,9 @@
#endif
/* RICHIE - THIS HACK MUST GO!!! - INCLUDING FILE TO TRY TO KEEP DIRECTORY CLEAN */
#if defined(XP_WIN) || defined (XP_UNIX)
#include "../../../lib/xp/xp_time.c"
#endif
PUBLIC void *
FE_SetTimeout(TimeoutCallbackFunction func, void * closure, uint32 msecs)