RAMDISK_INVALID guard

This commit is contained in:
rusefillc 2023-12-30 21:48:00 -05:00
parent da72527b37
commit dd0606fc76
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
// This file will be replaced by a ramdisk image containing the corresponding ini
// Defining this macro tells the ramdisk to instead mount a null device instead of
// the filesystem image, since we don't have one.
#ifndef RAMDISK_INVALID
#define RAMDISK_INVALID
#endif