Skip to content

Commit 0027874

Browse files
committed
Remove bogus FIXME, closes #2889
1 parent 9750763 commit 0027874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rt/rust_abi.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#define HAVE_DLFCN_H
2222
#include <dlfcn.h>
2323
#elif defined(_WIN32)
24-
// FIXME #2889
24+
// Otherwise it's windows.h -- included in rust_abi.h
2525
#endif
2626

2727
#define END_OF_STACK_RA (void (*)())0xdeadbeef

0 commit comments

Comments
 (0)