diff options
author | George Hazan <george.hazan@gmail.com> | 2015-04-30 19:26:10 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-04-30 19:26:10 +0000 |
commit | 54b79c7733c3005937f5ad5cd68672c2397493fe (patch) | |
tree | fee10f8e55cb1ae6c2e3d6f24743cdaa3ba1f0a7 /protocols/SkypeWeb/src/skype_contacts.cpp | |
parent | 7e049d92bb13e8b6c67bc0c0c460c0c145545172 (diff) |
unified project for SkypeWeb protocol
git-svn-id: http://svn.miranda-ng.org/main/trunk@13310 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/skype_contacts.cpp')
-rw-r--r-- | protocols/SkypeWeb/src/skype_contacts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/src/skype_contacts.cpp b/protocols/SkypeWeb/src/skype_contacts.cpp index 8d0c4c4366..a7ee562812 100644 --- a/protocols/SkypeWeb/src/skype_contacts.cpp +++ b/protocols/SkypeWeb/src/skype_contacts.cpp @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "common.h"
+#include "stdafx.h"
WORD CSkypeProto::GetContactStatus(MCONTACT hContact)
{
|