windows: don't use LWS_EXTERN outside of function declarations
authorAndy Green <andy@warmcat.com>
Tue, 14 Mar 2017 23:25:36 +0000 (07:25 +0800)
committerAndy Green <andy@warmcat.com>
Tue, 14 Mar 2017 23:25:36 +0000 (07:25 +0800)
lib/libwebsockets.h

index 1e292c3..1f7cf6f 100644 (file)
@@ -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