windows-nt/Source/XPSP1/NT/base/ntsetup/win95upg/migisol/pch.h

14 lines
248 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#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]))