diff options
Diffstat (limited to 'protocols/Facebook/src/main.cpp')
-rw-r--r-- | protocols/Facebook/src/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Facebook/src/main.cpp b/protocols/Facebook/src/main.cpp index 7a8b8aa641..a00c1cbe23 100644 --- a/protocols/Facebook/src/main.cpp +++ b/protocols/Facebook/src/main.cpp @@ -21,6 +21,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "stdafx.h" #include "version.h" +#pragma comment(lib, "Rpcrt4.lib") + CMPlugin g_plugin; bool g_bMessageState; |