8 lines
137 B
Rust
8 lines
137 B
Rust
use pmoupnp::define_variable;
|
|
|
|
define_variable! {
|
|
pub static SYSTEMUPDATEID: UI4 = "SystemUpdateID" {
|
|
evented: true,
|
|
}
|
|
}
|