mirror of
https://github.com/curl/curl.git
synced 2026-08-26 00:23:32 +03:00
Undefine 'byte' due to dict.c.
This commit is contained in:
parent
2066d60b16
commit
3e5292a052
1 changed files with 3 additions and 0 deletions
|
|
@ -272,6 +272,9 @@
|
|||
#ifdef word
|
||||
#undef word
|
||||
#endif
|
||||
#ifdef byte
|
||||
#undef byte
|
||||
#endif
|
||||
|
||||
#else /* MSDOS */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue