From aee0474191aa6b4e4505e3f5a74b4ac8cc48063b Mon Sep 17 00:00:00 2001 From: jacqueline Date: Fri, 23 Jun 2023 15:31:45 +1000 Subject: Add a shared string library --- lib/shared_string/shared_string_test/stdafx.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 lib/shared_string/shared_string_test/stdafx.cpp (limited to 'lib/shared_string/shared_string_test/stdafx.cpp') diff --git a/lib/shared_string/shared_string_test/stdafx.cpp b/lib/shared_string/shared_string_test/stdafx.cpp new file mode 100755 index 00000000..539b4668 --- /dev/null +++ b/lib/shared_string/shared_string_test/stdafx.cpp @@ -0,0 +1,8 @@ +// stdafx.cpp : source file that includes just the standard includes +// shared_string_test.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 -- cgit v1.2.3