diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-08-02 10:30:03 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-08-02 10:30:03 +0000 |
commit | cbbd3c6607570835250e8f9d9915573ca55b1a96 (patch) | |
tree | ff29db33bf1edc1978af6844e2868795b68e7425 /protocols/Gadu-Gadu/src/gg.h | |
parent | ec3212a5f6f4bd7b40cff164ed46c23992943bbe (diff) |
c files renamed to cpp
git-svn-id: http://svn.miranda-ng.org/main/trunk@10014 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Gadu-Gadu/src/gg.h')
-rw-r--r-- | protocols/Gadu-Gadu/src/gg.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/Gadu-Gadu/src/gg.h b/protocols/Gadu-Gadu/src/gg.h index 9240ef7e09..451555773b 100644 --- a/protocols/Gadu-Gadu/src/gg.h +++ b/protocols/Gadu-Gadu/src/gg.h @@ -88,10 +88,8 @@ #include "resource.h"
// libgadu headers
-extern "C" {
#include "libgadu/libgadu.h"
#include "dynstuff.h"
-};
// Search
// Extended search result structure, used for all searches
|