Skip to content

Really remove vcstdint.h. #14686

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 10, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Modules/_decimal/libmpdec/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ Files required for the Python _decimal module
Visual Studio only:
~~~~~~~~~~~~~~~~~~~
vccompat.h -> snprintf <==> sprintf_s and similar things.
vcstdint.h -> stdint.h (included in VS 2010 but not in VS 2008).
vcdiv64.asm -> Double word division used in typearith.h. VS 2008 does
not allow inline asm for x64. Also, it does not provide
an intrinsic for double word division.
Expand Down
2 changes: 1 addition & 1 deletion Modules/_decimal/libmpdec/vccompat.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#define VCCOMPAT_H


/* Visual C fixes: no stdint.h, no snprintf ... */
/* Visual C fixes: no snprintf ... */
#ifdef _MSC_VER
#undef inline
#define inline __inline
Expand Down
232 changes: 0 additions & 232 deletions Modules/_decimal/libmpdec/vcstdint.h

This file was deleted.