mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-03 06:31:12 -03:00
Make sure WCHAR_MAX is #defined
darcs-hash:20051005100210-ac50b-436e292c1576a24a6c15c957699132b1b38c54d5.gz
This commit is contained in:
@@ -8,6 +8,10 @@ Header file for the low level input library
|
||||
|
||||
#include <wchar.h>
|
||||
|
||||
#ifndef WCHAR_MAX
|
||||
#define WCHAR_MAX 0x80000000
|
||||
#endif
|
||||
|
||||
#define WCHAR_END (WCHAR_MAX + (unsigned long)1)
|
||||
|
||||
enum
|
||||
|
||||
Reference in New Issue
Block a user