X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=device.h;fp=device.h;h=377e2580f76ccc0ad1b333234d6772a8b4e67294;hb=e835c6ef8d5a9d39cf0f2875faf38e63636045ba;hp=319604e4ef0623a9ad0141ba36b9dc5dc369cbd2;hpb=b1e873c5b2f6376bb39ff0fda1464cbbacbae5f7;p=debian%2Fcpmtools diff --git a/device.h b/device.h index 319604e..377e258 100644 --- a/device.h +++ b/device.h @@ -16,11 +16,11 @@ struct Device int tracks; int sectrk; off_t offset; -#if HAVE_LIBDSK_H +#ifdef HAVE_LIBDSK_H DSK_PDRIVER dev; DSK_GEOMETRY geom; #endif -#if HAVE_WINDOWS_H +#ifdef HAVE_WINDOWS_H int drvtype; HANDLE hdisk; #endif