Foundation Classes - Remove redundant pragma lib comment in OSD_Host.cxx (#902)

This commit is contained in:
Andrej730
2025-12-15 17:57:10 +01:00
committed by GitHub
parent ed3f3ee95f
commit be9b447204

View File

@@ -219,10 +219,6 @@ Standard_Integer OSD_Host::Error() const
#include <OSD_Host.hxx>
#if defined(_MSC_VER)
#pragma comment(lib, "WSOCK32.LIB")
#endif
void _osd_wnt_set_error(OSD_Error&, Standard_Integer, ...);
static BOOL fInit = FALSE;