mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
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:
+2
-2
@@ -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")
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user