Репозиторий помещен в архив 03 апреля 2026. Вся функциональность доступна только для чтения.
master
[VFD] Import the VFD project (Virtual Floppy Drive) which allows creating virtual floppy drives in ReactOS and mount images on them. Only the cmd got imported. The GUI interface may come later on. Note that, as for vcdrom, the driver is left disabled and you need to explicitely start it through vfd command line interface.
[VFDLIB] GitHub actions workaround - Disable PDB generation for vfd.dll (#6762)
[VFD] Properly mark ReactOS's diffs
[PSDK][REACTOS] Fix definitions and usage of DWLP_MSGRESULT, DWLP_DLGPROC, and DWLP_USER - Make sure the DWLP_* values are correct on _WIN64 - Don't use the DWL_* constants, they are not portable. Enforce this by removing them entirely from winuser.h - Make sure Get/SetWindowLong*Ptr* is used and pointers are not truncated to LONG
[PROGMAN][MSPORTS][VFDLIB][CONSRV] Update resource encoding to be utf8
[VFDLIB] More 64 bit fixes