The source project of this merge request has been removed.
plugins/lockdevice: Remove unnecessary MSVC specific pragma directive
This commit fixes the following compiler warning with mingw-w64 toolchain.
lockdeviceplugin-win.cpp:18: warning: ignoring '#pragma comment ' [-Wunknown-pragmas]
18 | #pragma comment(lib, "user32.lib")