X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib.h;h=b95fc71976e7413293409ca6d44863ee4562fb70;hp=6a5ba2f88509f512226cd4dc3d2d968baf0ac27b;hb=5ede6282b6f28fcd71d6eb556dae69e83d925e11;hpb=2bff11c24617bf46f245fbe8859a03be4ec1434a diff --git a/include/wimlib.h b/include/wimlib.h index 6a5ba2f8..b95fc719 100644 --- a/include/wimlib.h +++ b/include/wimlib.h @@ -973,7 +973,7 @@ struct wimlib_capture_source { * filesystem to be included in the WIM image. */ wimlib_tchar *fs_source_path; - /** Destination path in the WIM image. Use WIMLIB_WIM_ROOT_PATH to + /** Destination path in the WIM image. Use ::WIMLIB_WIM_ROOT_PATH to * specify the root directory of the WIM image. */ wimlib_tchar *wim_target_path; @@ -1828,7 +1828,7 @@ struct wimlib_add_command { /** Filesystem path to the file or directory tree to add. */ wimlib_tchar *fs_source_path; - /** Destination path in the WIM image. Use WIMLIB_WIM_ROOT_PATH to + /** Destination path in the WIM image. Use ::WIMLIB_WIM_ROOT_PATH to * specify the root directory of the WIM image. */ wimlib_tchar *wim_target_path;