This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| test of GetVersionExW, RtlGetVersion and RtlGetNtVersionNumbers on Windows 11. | |
| can be built with cygwin/mingw/mingw-w64 gcc or microsoft cl. | |
| https://cygwin.com/pipermail/cygwin/2024-March/255728.html | |
| --- | |
| without manifest: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env perl | |
| =begin comment | |
| README | |
| This script removes wolfSSL configurations from the legacy Visual Studio | |
| curl projects in the projects directory. | |
| Copyright (C) 2024 Jay Satiro <raysatiro@yahoo.com> | |
| https://curl.se/docs/copyright.html |
OlderNewer