X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fwin32.h;h=084eb6b236fbe0d265a0929e4ba5fcd6aa2b4a28;hp=e702d69a9a5b55c7b37e4b6cf1d4c9a56f0166ac;hb=406df77b8a9c2bb3318cf7737702eac27041e41e;hpb=cc1b289394f993fa1a75b845553eea44e85e5051 diff --git a/src/win32.h b/src/win32.h index e702d69a..084eb6b2 100644 --- a/src/win32.h +++ b/src/win32.h @@ -50,4 +50,6 @@ extern int fsync(int fd); extern unsigned win32_get_number_of_processors(); +extern char *realpath(const char *path, char *resolved_path); + #endif /* _WIMLIB_WIN32_H */