fix protability rmdir_r link error
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9500 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: c054513c48a9d6c4e57296b3e601f399772ffe28 Former-commit-id: 9711139713547b129c6374b95cbcc25b24d0a892
This commit is contained in:
parent
53c321cfad
commit
9f566208e7
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ PORTABILITY_API int SD_snprintf(char *str, size_t size, const char *format, ...)
|
|||
|
||||
namespace portability
|
||||
{
|
||||
int rmdir_r(const char *path);
|
||||
PORTABILITY_API int rmdir_r(const char *path);
|
||||
}
|
||||
|
||||
#endif // _SD_PORTABILITY_H_
|
||||
|
|
Loading…
Reference in a new issue