We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6adeb91 commit 9ebc99aCopy full SHA for 9ebc99a
src/utils.cpp
@@ -1,12 +1,10 @@
1
#include "utils.hpp"
2
3
-#include <dotnet/error_codes.h>
4
-
5
using namespace netlm;
6
7
#if NETLM_PLATFORM_WINDOWS
8
9
-#include <Windows.h>
+#include <windows.h>
10
11
std::wstring Utils::ConvertUtf8ToWide(std::string_view str){
12
std::wstring ret;
src/utils.hpp
@@ -1,7 +1,6 @@
#pragma once
#include <cstring>
-#include <plugify/method.hpp>
#define NETLM_NSTR(str) L##str
0 commit comments