mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:24:33 +01:00
all comments are notes, and use doc comments where possible
This commit is contained in:
parent
edcbd7ed2c
commit
07c4ea2de0
1 changed files with 4 additions and 4 deletions
|
|
@ -215,10 +215,10 @@ pub const FILE = struct {
|
|||
AccessFlags: ACCESS_MASK,
|
||||
};
|
||||
|
||||
// Note: This is not separated into RENAME_INFORMATION and RENAME_INFORMATION_EX because
|
||||
// the only difference is the `Flags` type (BOOLEAN before _EX, ULONG in the _EX),
|
||||
// which doesn't affect the struct layout--the offset of RootDirectory is the same
|
||||
// regardless.
|
||||
/// This is not separated into RENAME_INFORMATION and RENAME_INFORMATION_EX because
|
||||
/// the only difference is the `Flags` type (BOOLEAN before _EX, ULONG in the _EX),
|
||||
/// which doesn't affect the struct layout--the offset of RootDirectory is the same
|
||||
/// regardless.
|
||||
pub const RENAME_INFORMATION = extern struct {
|
||||
Flags: FLAGS,
|
||||
RootDirectory: ?HANDLE,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue