-
Notifications
You must be signed in to change notification settings - Fork 511
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate defaulted foundation feature dependencies (#2735)
- Loading branch information
Showing
985 changed files
with
59,304 additions
and
181,066 deletions.
There are no files selected for viewing
4 changes: 0 additions & 4 deletions
4
crates/libs/bindgen/src/rust/extensions/mod/Win32/UI/WindowsAndMessaging/WindowLong.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
#[cfg(target_pointer_width = "32")] | ||
#[cfg(feature = "Win32_Foundation")] | ||
pub use GetWindowLongA as GetWindowLongPtrA; | ||
#[cfg(target_pointer_width = "32")] | ||
#[cfg(feature = "Win32_Foundation")] | ||
pub use GetWindowLongW as GetWindowLongPtrW; | ||
#[cfg(target_pointer_width = "32")] | ||
#[cfg(feature = "Win32_Foundation")] | ||
pub use SetWindowLongA as SetWindowLongPtrA; | ||
#[cfg(target_pointer_width = "32")] | ||
#[cfg(feature = "Win32_Foundation")] | ||
pub use SetWindowLongW as SetWindowLongPtrW; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.