Skip to content

Commit c933f78

Browse files
committed
Fix WinCE XSEEK_SET
1 parent 3cb0b4a commit c933f78

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)