Revision 7457d71f
Von admin vor fast 6 Jahren hinzugefügt
src/os/directory_all.c | ||
---|---|---|
/***************************************************************************
|
||
begin : Sun Nov 23 2003
|
||
copyright : (C) 2003 by Martin Preuss
|
||
copyright : (C) 2019 by Martin Preuss
|
||
email : martin@libchipcard.de
|
||
|
||
***************************************************************************
|
||
... | ... | |
|
||
|
||
|
||
/* ------------------------------------------------------------------------------------------------
|
||
* forward declarations
|
||
* ------------------------------------------------------------------------------------------------
|
||
*/
|
||
|
||
|
||
static void *GWEN_Directory_HandlePathElement(const char *entry, void *data, unsigned int flags);
|
||
|
||
|
||
|
||
/* ------------------------------------------------------------------------------------------------
|
||
* implementations
|
||
* ------------------------------------------------------------------------------------------------
|
||
*/
|
||
|
||
|
||
|
||
void *GWEN_Directory_HandlePathElement(const char *entry,
|
||
void *data,
|
||
unsigned int flags)
|
||
... | ... | |
|
||
|
||
int GWEN_Directory_OsifyPath(const char *path, GWEN_BUFFER *pbuf,
|
||
#ifndef OS_WIN32
|
||
GWEN_UNUSED
|
||
#endif
|
||
int transformDriveElement)
|
||
{
|
||
const char *p;
|
Auch abrufbar als: Unified diff
Fixed compiler warnings.