diff --git a/NEWS b/NEWS
index e54deb58c..98e8902f7 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ ver 0.20.18 (not yet released)
 * decoder
   - flac: improve seeking precision
 * fix gapless CUE song transitions
-* Android
+* Android, Windows
   - enable the NFS storage plugin
 
 ver 0.20.17 (2018/02/11)
diff --git a/win32/build.py b/win32/build.py
index 8b0a3fc71..38cc9c271 100755
--- a/win32/build.py
+++ b/win32/build.py
@@ -85,6 +85,7 @@ thirdparty_libs = [
     liblame,
     ffmpeg,
     curl,
+    libnfs,
     boost,
 ]