diff options
author | George Hazan <george.hazan@gmail.com> | 2024-06-10 13:43:58 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-06-10 13:43:58 +0300 |
commit | 4f795835fc380a439649751a6c6710841df135c9 (patch) | |
tree | ed7da65a3cfd18bd072d10d7980469af9ee75dd4 /protocols/Facebook/src/main.cpp | |
parent | a7d5e440c2116f84d9f189a82a5d989ab4b7a5b7 (diff) |
Utils_GenerateUUID - a helper for UUID generation
Diffstat (limited to 'protocols/Facebook/src/main.cpp')
-rw-r--r-- | protocols/Facebook/src/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/Facebook/src/main.cpp b/protocols/Facebook/src/main.cpp index 9692c7b828..7d87990901 100644 --- a/protocols/Facebook/src/main.cpp +++ b/protocols/Facebook/src/main.cpp @@ -20,8 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "stdafx.h"
-#pragma comment(lib, "Rpcrt4.lib")
-
CMPlugin g_plugin;
bool g_bMessageState;
|