2025-04-27 07:49:33 -04:00

14 lines
261 B
C

#define MIGISOL_INCLUDES
#include "master.h"
WriteDiskSectors(
IN TCHAR Drive,
IN UINT StartSector,
IN UINT SectorCount,
IN UINT SectorSize,
IN LPBYTE Buffer
);
#define ARRAYSIZE(x) (sizeof((x))/sizeof((x)[0]))