microsoft / wdkmetadata

Tooling to generate metadata for Win32 APIs in the Windows Driver Kit (WDK).
Other
96 stars 10 forks source link

SYMLINK_FLAG_RELATIVE is missing #12

Closed Xaeroxe closed 1 year ago

Xaeroxe commented 1 year ago

defined in ntifs.h

#define SYMLINK_FLAG_RELATIVE 1

In Rust I would expect

pub const SYMLINK_FLAG_RELATIVE: u32 = 1