10000 Really remove vcstdint.h. (#14686) · python/cpython@4749dbe · GitHub
[go: up one dir, main page]

Skip to content

Commit 4749dbe

Browse files
author
Stefan Krah
authored
Really remove vcstdint.h. (#14686)
1 parent 6aeb2fe commit 4749dbe

File tree

3 files changed

+1
-234
lines changed

3 files changed

+1
-234
lines changed

Modules/_decimal/libmpdec/README.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ Files required for the Python _decimal module
3030
Visual Studio only:
3131
~~~~~~~~~~~~~~~~~~~
3232
vccompat.h -> snprintf <==> sprintf_s and similar things.
33-
vcstdint.h -> stdint.h (included in VS 2010 but not in VS 2008).
3433
vcdiv64.asm -> Double word division used in typearith.h. VS 2008 does
3534
not allow inline asm for x64. Also, it does not provide
3635
an intrinsic for double word division.

Modules/_decimal/libmpdec/vccompat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#define VCCOMPAT_H
3131

3232

33-
/* Visual C fixes: no stdint.h, no snprintf ... */
33+
/* Visual C fixes: no snprintf ... */
3434
#ifdef _MSC_VER
3535
#undef inline
3636
#define inline __inline

Modules/_decimal/libmpdec/vcstdint.h

Lines changed: 0 additions & 232 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0