diff options
Diffstat (limited to 'src/lib/formats/ami_dsk.h')
-rw-r--r-- | src/lib/formats/ami_dsk.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/formats/ami_dsk.h b/src/lib/formats/ami_dsk.h index ef88560cd1f..79eb92bee4a 100644 --- a/src/lib/formats/ami_dsk.h +++ b/src/lib/formats/ami_dsk.h @@ -11,7 +11,7 @@ #include "flopimg.h" -FLOPPY_OPTIONS_EXTERN(amiga); -FLOPPY_OPTIONS_EXTERN(amiga_only); +LEGACY_FLOPPY_OPTIONS_EXTERN(amiga); +LEGACY_FLOPPY_OPTIONS_EXTERN(amiga_only); #endif /*AMI_DSK_H_*/ |