diff options
author | George Hazan <ghazan@miranda.im> | 2019-04-14 17:59:51 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-04-14 17:59:51 +0300 |
commit | 14f110c78ff059f7874576a0f15b376f77a491e4 (patch) | |
tree | ca70e642a052f95c074f8790723cf8763b545019 /protocols/Sametime/src | |
parent | 061974b6f27117cbe8cb7919d869a2a2753d119f (diff) |
unified project for Sametime
Diffstat (limited to 'protocols/Sametime/src')
-rw-r--r-- | protocols/Sametime/src/StdAfx.cxx (renamed from protocols/Sametime/src/StdAfx.cpp) | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/protocols/Sametime/src/StdAfx.cpp b/protocols/Sametime/src/StdAfx.cxx index 287357e7a4..883e7cc0da 100644 --- a/protocols/Sametime/src/StdAfx.cpp +++ b/protocols/Sametime/src/StdAfx.cxx @@ -1,8 +1,8 @@ -// stdafx.cpp : source file that includes just the standard includes
-// sametime.pch will be the pre-compiled header
-// stdafx.obj will contain the pre-compiled type information
-
-#include "StdAfx.h"
-
-// TODO: reference any additional headers you need in STDAFX.H
-// and not in this file
+// stdafx.cpp : source file that includes just the standard includes +// sametime.pch will be the pre-compiled header +// stdafx.obj will contain the pre-compiled type information + +#include "StdAfx.h" + +// TODO: reference any additional headers you need in STDAFX.H +// and not in this file |