mirror of
https://git.planet-casio.com/Lephenixnoir/fxsdk.git
synced 2024-12-28 20:43:37 +01:00
11 lines
239 B
C
11 lines
239 B
C
//---
|
|
// fxlink:config - Compile-time configuration
|
|
//---
|
|
|
|
#ifndef FXLINK_CONFIG_H
|
|
#define FXLINK_CONFIG_H
|
|
|
|
/* Disables UDisks2 interfaces for systems that don't use it. */
|
|
#cmakedefine FXLINK_DISABLE_UDISKS2
|
|
|
|
#endif /* FXLINK_CONFIG_H */
|