Skip to content

Commit 6b26b07

Browse files
authored
Merge pull request #6532 from embhorn/forum_topic2018
Fix WinCE XSEEK_SET
2 parents 0d0d2cf + c933f78 commit 6b26b07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolfssl/wolfcrypt/wc_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ WOLFSSL_ABI WOLFSSL_API int wolfCrypt_Cleanup(void);
621621
#define XFREAD fread
622622
#define XFWRITE fwrite
623623
#define XFCLOSE fclose
624-
#define XSEEK_END SEEK_SET
624+
#define XSEEK_SET SEEK_SET
625625
#define XSEEK_END SEEK_END
626626
#define XBADFILE NULL
627627
#define XFGETS fgets

0 commit comments

Comments
 (0)