diff options
| author | thegeorg <[email protected]> | 2024-12-06 18:23:13 +0300 |
|---|---|---|
| committer | thegeorg <[email protected]> | 2024-12-06 19:09:29 +0300 |
| commit | 39819d97313d7d00c8a5b22fca17b3568c522af8 (patch) | |
| tree | 10ce556a489f4ac2a6b36d70dfb8197649d645cd /contrib/tools/python/src | |
| parent | 7b54ff800a86d9aa605ba6a42b211ac380beee68 (diff) | |
Remove unused sysincl for crtassem.h
commit_hash:7c16f722239365919c2cf805bd2134a9a523d4ef
Diffstat (limited to 'contrib/tools/python/src')
| -rw-r--r-- | contrib/tools/python/src/PC/msvcrtmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tools/python/src/PC/msvcrtmodule.c b/contrib/tools/python/src/PC/msvcrtmodule.c index 44c82e4594f..a83a0319a71 100644 --- a/contrib/tools/python/src/PC/msvcrtmodule.c +++ b/contrib/tools/python/src/PC/msvcrtmodule.c @@ -24,7 +24,7 @@ #ifdef _MSC_VER #if _MSC_VER >= 1500 && _MSC_VER < 1600 -#include <crtassem.h> +#error #include <crtassem.h> #endif #endif |
