Update upstream source from tag 'upstream/2.23'
[debian/cpmtools] / device.h
index 319604e4ef0623a9ad0141ba36b9dc5dc369cbd2..377e2580f76ccc0ad1b333234d6772a8b4e67294 100644 (file)
--- 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