windows: don't use LWS_EXTERN outside of function declarations
This commit is contained in:
parent
102d40e6b6
commit
e769af41db
1 changed files with 1 additions and 1 deletions
|
@ -4465,7 +4465,7 @@ lws_vfs_file_seek_set(lws_fop_fd_t fop_fd, lws_fileofs_t offset);
|
|||
LWS_VISIBLE LWS_EXTERN lws_fileofs_t
|
||||
lws_vfs_file_seek_end(lws_fop_fd_t fop_fd, lws_fileofs_t offset);
|
||||
|
||||
LWS_VISIBLE LWS_EXTERN struct lws_plat_file_ops fops_zip;
|
||||
extern struct lws_plat_file_ops fops_zip;
|
||||
|
||||
/**
|
||||
* lws_plat_file_open() - open vfs filepath
|
||||
|
|
Loading…
Add table
Reference in a new issue