Now exports B_EMPTY_STRING - maybe there is a better place for it, like
SupportDefs.cpp. Feel free to move it to a better place. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8302 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
9a5cc9a002
commit
ba8e3cf1e4
@ -49,6 +49,9 @@
|
|||||||
#define REPLACE_ALL 0x7FFFFFFF
|
#define REPLACE_ALL 0x7FFFFFFF
|
||||||
|
|
||||||
|
|
||||||
|
const char *B_EMPTY_STRING = "";
|
||||||
|
|
||||||
|
|
||||||
// helper function, returns minimum of two given values (but clamps to 0):
|
// helper function, returns minimum of two given values (but clamps to 0):
|
||||||
static inline int32
|
static inline int32
|
||||||
min_clamp0(int32 num1, int32 num2)
|
min_clamp0(int32 num1, int32 num2)
|
||||||
|
Loading…
Reference in New Issue
Block a user