diff options
author | George Hazan <ghazan@miranda.im> | 2019-06-15 19:35:15 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-06-15 19:35:15 +0300 |
commit | 34967c6ad0a420ac99c1b873b569208bdb88782e (patch) | |
tree | eeb70963e18bf47b59451f9b294d500fa65704f8 /protocols/Facebook/src/main.cpp | |
parent | 42756760a38d948a9ae898db08071e9ceb0324b0 (diff) |
Facebook: first server query
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; |