Skip to content

Commit

Permalink
Fix warning on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 committed Jul 7, 2024
1 parent 3b3fe33 commit 80fea11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ constexpr xtd::int32 CPO_MERGE_PAINT = 12255782;
/// @ingroup xtd_drawing_native cpo
/// @remarks Added specifically for xtd.
/// @warning Internal use only
constexpr xtd::int32 CPO_NO_MIRROR_BITMAP = -2147483648;
constexpr xtd::int32 CPO_NO_MIRROR_BITMAP = -2147483648ll;

/// @brief The inverted source area is copied to the destination.
/// @par Library
Expand Down

0 comments on commit 80fea11

Please sign in to comment.