diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2006-11-01 14:55:16 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2006-11-01 14:55:16 +0000 |
commit | eb0858ffd81df8d02e0db4cca6ce7f6765322952 (patch) | |
tree | 9ff9d9b29c0b45213933815032634a7a81cd85f8 /internet_time/StdAfx.cpp | |
parent | 51bb33e0b1f6c50e7c6e300728d1a11214c66588 (diff) |
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@19 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'internet_time/StdAfx.cpp')
-rw-r--r-- | internet_time/StdAfx.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/internet_time/StdAfx.cpp b/internet_time/StdAfx.cpp new file mode 100644 index 0000000..8248baf --- /dev/null +++ b/internet_time/StdAfx.cpp @@ -0,0 +1,8 @@ +// stdafx.cpp : source file that includes just the standard includes
+// WorldTime.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
|