ruby/win32
Nobuyoshi Nakada d44061b919 Win32: Remove unreferenced COMDAT from object files
Windows 11 SDK Version 10.0.26100.0 introduced a new internal inline
function in ucrt/corecrt_math.h.  Even it appears in object files and
will be included in the DEF file, it will be removed from the DLL and
result in a linker error.
2024-11-20 10:18:27 +09:00
..
configure.bat Add GMP support for mswin 2022-09-13 15:44:29 +09:00
dir.h [win32] Only include base windows types 2022-10-26 10:42:03 +09:00
enc-setup.mak
file.c Don't check for null pointer in calls to free 2023-06-30 09:13:31 -04:00
file.h Add rb_w32_uspawn_process 2023-09-25 22:57:28 +09:00
ifchange.bat Auto-generate the release date on version.h from git CommitDate (#6382) 2022-09-17 21:16:06 +09:00
makedirs.bat
Makefile.sub Win32: Remove unreferenced COMDAT from object files 2024-11-20 10:18:27 +09:00
mkexports.rb windows-arm64 support (#8995) 2023-11-23 17:17:28 +09:00
resource.rb Use class methods of File over Kernel.open and IO.read 2022-12-01 02:28:49 +09:00
rm.bat
rmdirs.bat
rtname.cmd
ruby.manifest
setup.mak s/MJIT/RJIT/ 2023-03-06 23:44:01 -08:00
win32.c windows-arm64 support (#8995) 2023-11-23 17:17:28 +09:00
winmain.c