diff --git a/AppleWinExpress2010.vcxproj b/AppleWinExpress2010.vcxproj index 36199e4a..73eec059 100644 --- a/AppleWinExpress2010.vcxproj +++ b/AppleWinExpress2010.vcxproj @@ -550,7 +550,7 @@ {709278b8-c583-4bd8-90de-4e4f35a3bd8b} false - + {7935b998-c713-42ae-8f6d-9ff9080a1b1b} false @@ -564,4 +564,4 @@ - \ No newline at end of file + diff --git a/AppleWinExpress2010.vcxproj.filters b/AppleWinExpress2010.vcxproj.filters index 08f37f4e..5511b4a4 100644 --- a/AppleWinExpress2010.vcxproj.filters +++ b/AppleWinExpress2010.vcxproj.filters @@ -664,4 +664,4 @@ Resources - \ No newline at end of file + diff --git a/libyaml/win32/yaml2008.vcproj b/libyaml/win32/yaml2008.vcproj deleted file mode 100644 index 1842c712..00000000 --- a/libyaml/win32/yaml2008.vcproj +++ /dev/null @@ -1,215 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/source/YamlHelper.cpp b/source/YamlHelper.cpp index 883e5982..223dfe77 100644 --- a/source/YamlHelper.cpp +++ b/source/YamlHelper.cpp @@ -39,6 +39,7 @@ int YamlHelper::InitParser(const char* pPathname) return 0; } + // Note: C/C++ > Pre-Processor: YAML_DECLARE_STATIC; yaml_parser_set_input_file(&m_parser, m_hFile); return 1;