*** empty log message ***

This commit is contained in:
zharik
2003-04-05 20:23:57 +00:00
parent b795d76ae4
commit b988f4008f
4 changed files with 33 additions and 15 deletions

View File

@@ -6,3 +6,7 @@ TARGET=msgidlib
include $(TOP)/GNUmakef.inc
include $(TOP)/GNUmakef.lib
ifeq ($(PLATFORM),be)
CFLAGS+=-DUNIX=__BEOS__
endif

View File

@@ -39,6 +39,10 @@
# include <unistd.h>
#endif
#if defined(__BEOS__)
#define stricmp strcasecmp
#endif
#include "hsksupp.h"
#include "ffind.h"