windows-nt/Source/XPSP1/NT/base/ntsetup/win95upg/migisol/pch.h
2020-09-26 16:20:57 +08:00

14 lines
248 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]))