Changes for BeOS

git-svn-id: svn://10.0.0.236/trunk@37041 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mcafee%netscape.com
1999-06-26 19:48:02 +00:00
parent 7ed80ebd20
commit 4356c0de97
2 changed files with 2 additions and 2 deletions

View File

@@ -117,7 +117,7 @@ Allocating Large Buffers
NOTE: this does not interchange with XP_ALLOC/XP_NEW/XP_FREE/XP_DELETE
-----------------------------------------------------------------------------*/
#if defined(XP_UNIX) || defined(XP_WIN32)
#if defined(XP_UNIX) || defined(XP_WIN32) || defined(XP_BEOS)
/* don't typedef this to void* unless you want obscure bugs... */
typedef unsigned long * XP_Block;

View File

@@ -28,7 +28,7 @@
#ifndef _XP_PATH_H
#define _XP_PATH_H
#if defined(XP_UNIX) || defined(XP_MAC)
#if defined(XP_UNIX) || defined(XP_MAC) || defined(XP_BEOS)
#define PR_DIRECTORY_SEPARATOR '/'
#define PR_DIRECTORY_SEPARATOR_STR "/"
#define PR_PATH_SEPARATOR ':'