mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Changes for BeOS
This commit is contained in:
parent
fb3a93cd57
commit
e1509aac8f
@ -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;
|
||||
|
@ -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 ':'
|
||||
|
Loading…
Reference in New Issue
Block a user