]> wimlib.net Git - wimlib/blobdiff - src/wim.c
Clean up headers
[wimlib] / src / wim.c
index 70e8e73bcfde117136bf56aa8f5f75781a145b26..60b2b57e8908ca50d9927508a840b40f4982820a 100644 (file)
--- a/src/wim.c
+++ b/src/wim.c
@@ -452,6 +452,9 @@ static int begin_read(WIMStruct *w, const char *in_wim_path, int open_flags,
         *
         * This will break if the full path to the WIM changes in the
         * intervening time...
+        *
+        * Warning: in Windows native builds, realpath() calls the replacement
+        * function in win32.c.
         */
        w->filename = realpath(in_wim_path, NULL);
        if (!w->filename) {