Don't expose windows encoding helpers

LOOT now uses its own code for this, and it doesn't belong as part of
the API.
This commit is contained in:
Oliver Hamlet
2017-10-20 21:09:56 +01:00
parent ceddf77c08
commit 1bb26f6ce1
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -211,7 +211,6 @@ set (LOOT_API_HEADERS "${CMAKE_SOURCE_DIR}/include/loot/api.h"
"${CMAKE_SOURCE_DIR}/include/loot/plugin_interface.h"
"${CMAKE_SOURCE_DIR}/include/loot/struct/masterlist_info.h"
"${CMAKE_SOURCE_DIR}/include/loot/struct/simple_message.h"
"${CMAKE_SOURCE_DIR}/include/loot/windows_encoding_converters.h"
"${CMAKE_SOURCE_DIR}/src/api/api_database.h"
"${CMAKE_SOURCE_DIR}/src/api/metadata/condition_evaluator.h"
"${CMAKE_SOURCE_DIR}/src/api/metadata/condition_grammar.h"
@@ -224,7 +223,8 @@ set (LOOT_API_HEADERS "${CMAKE_SOURCE_DIR}/include/loot/api.h"
"${CMAKE_SOURCE_DIR}/src/api/plugin/plugin_sorter.h"
"${CMAKE_SOURCE_DIR}/src/api/helpers/git_helper.h"
"${CMAKE_SOURCE_DIR}/src/api/helpers/crc.h"
"${CMAKE_SOURCE_DIR}/src/api/helpers/version.h")
"${CMAKE_SOURCE_DIR}/src/api/helpers/version.h"
"${CMAKE_SOURCE_DIR}/src/api/helpers/windows_encoding_converters.h")
set (LOOT_TESTS_SRC "${CMAKE_SOURCE_DIR}/src/tests/api/internals/main.cpp")
+1 -1
View File
@@ -28,7 +28,7 @@
#include <boost/algorithm/string.hpp>
#include <pseudosem.h>
#include "loot/windows_encoding_converters.h"
#include "api/helpers/windows_encoding_converters.h"
#ifdef _WIN32
# ifndef UNICODE
@@ -22,8 +22,8 @@
<https://www.gnu.org/licenses/>.
*/
#ifndef LOOT_WINDOWS_ENCODING_CONVERTERS
#define LOOT_WINDOWS_ENCODING_CONVERTERS
#ifndef LOOT_API_HELPERS_WINDOWS_ENCODING_CONVERTERS
#define LOOT_API_HELPERS_WINDOWS_ENCODING_CONVERTERS
#ifdef _WIN32