From be672a63c0f89df777bb2d42b7fab6838b1a391e Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sat, 1 Apr 2023 23:29:14 -0700 Subject: [PATCH] wimlib.h: remove outdated list of Windows architectures --- include/wimlib.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/wimlib.h b/include/wimlib.h index b4f145b3..18b6f253 100644 --- a/include/wimlib.h +++ b/include/wimlib.h @@ -30,9 +30,8 @@ * @subsection Windows * * Download the Windows binary distribution with the appropriate architecture - * (i686 or x86_64 --- also called "x86" and "amd64" respectively) from - * https://wimlib.net. Link your program with libwim-15.dll. If needed by your - * programming language or development environment, the import library + * from https://wimlib.net. Link your program with libwim-15.dll. If needed by + * your programming language or development environment, the import library * libwim.lib and C/C++ header wimlib.h can be found in the directory "devel" in * the ZIP file. * -- 2.46.1