From: Eric Biggers Date: Sun, 2 Apr 2023 06:29:14 +0000 (-0700) Subject: wimlib.h: remove outdated list of Windows architectures X-Git-Tag: v1.14.0~15 X-Git-Url: https://wimlib.net/git/?a=commitdiff_plain;h=be672a63c0f89df777bb2d42b7fab6838b1a391e;p=wimlib wimlib.h: remove outdated list of Windows architectures --- 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. *