Skip to content

Commit 39af00c

Browse files
committed
Add another note about why main and libc-0.2 differ
Add more diff notes
1 parent 9d22625 commit 39af00c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/windows/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,8 @@ pub const SIG_GET: ::sighandler_t = 2;
256256
pub const SIG_SGE: ::sighandler_t = 3;
257257
pub const SIG_ACK: ::sighandler_t = 4;
258258

259+
// DIFF(main): removed in 458c58f409
260+
// FIXME(msrv): done by `std` starting in 1.79.0
259261
// inline comment below appeases style checker
260262
#[cfg(all(target_env = "msvc", feature = "rustc-dep-of-std"))] // " if "
261263
#[link(name = "msvcrt", cfg(not(target_feature = "crt-static")))]

0 commit comments

Comments
 (0)