mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
Merge pull request #6532 from embhorn/forum_topic2018
Fix WinCE XSEEK_SET
This commit is contained in:
@ -621,7 +621,7 @@ WOLFSSL_ABI WOLFSSL_API int wolfCrypt_Cleanup(void);
|
|||||||
#define XFREAD fread
|
#define XFREAD fread
|
||||||
#define XFWRITE fwrite
|
#define XFWRITE fwrite
|
||||||
#define XFCLOSE fclose
|
#define XFCLOSE fclose
|
||||||
#define XSEEK_END SEEK_SET
|
#define XSEEK_SET SEEK_SET
|
||||||
#define XSEEK_END SEEK_END
|
#define XSEEK_END SEEK_END
|
||||||
#define XBADFILE NULL
|
#define XBADFILE NULL
|
||||||
#define XFGETS fgets
|
#define XFGETS fgets
|
||||||
|
Reference in New Issue
Block a user