diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-07-26 11:49:19 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-07-26 11:49:19 +0000 |
commit | fffcd98b6f25af8d7a7895302e3b1ff64344d526 (patch) | |
tree | 8912b5f9b0356c90d057feba3241151c3f5db51b /plugins/Ping/src/icmp.cpp | |
parent | 3fc6022b5755a9a746dd628588d8df2dc60176f2 (diff) |
Ping: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14723 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Ping/src/icmp.cpp')
-rw-r--r-- | plugins/Ping/src/icmp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Ping/src/icmp.cpp b/plugins/Ping/src/icmp.cpp index 88d7dfcf87..c8b8fbdb21 100644 --- a/plugins/Ping/src/icmp.cpp +++ b/plugins/Ping/src/icmp.cpp @@ -1,4 +1,4 @@ -#include "common.h"
+#include "stdafx.h"
char data[] = "AAAABBBBCCCCDDDDEEEEFFFFGGGGHHH";
ICMP *ICMP::instance = 0;
|