Stop including a dummy dll on Windows for broken old versions of WebSense.

WebSense has moved to an extension solution instead of dll injection, so
this dummy dll (for blocking injection) is no longer necessary.
This commit is contained in:
wolfbeast 2018-12-16 16:03:31 +01:00 committed by Roy Tam
commit def01c3bb9
5 changed files with 0 additions and 53 deletions

View file

@ -140,13 +140,6 @@
@RESPATH@/run-mozilla.sh
#endif
#endif
#ifdef XP_WIN
#ifdef _AMD64_
@BINPATH@/@DLL_PREFIX@qipcap64@DLL_SUFFIX@
#else
@BINPATH@/@DLL_PREFIX@qipcap@DLL_SUFFIX@
#endif
#endif
; [Components]
#ifdef MOZ_ARTIFACT_BUILDS