these arent used anymore

This commit is contained in:
matcool 2024-07-20 17:12:28 -03:00
parent dfdb7107dd
commit 1e6d6fbcb6
2 changed files with 2 additions and 5 deletions

View file

@ -335,7 +335,7 @@ if (APPLE)
elseif (WIN32)
add_subdirectory(launcher/windows)
target_link_libraries(${PROJECT_NAME} dbghelp comctl32 uxtheme winmm)
target_link_libraries(${PROJECT_NAME} dbghelp winmm)
target_compile_definitions(${PROJECT_NAME} PUBLIC ISOLATION_AWARE_ENABLED=1)

View file

@ -1,9 +1,6 @@
#define ISOLATION_AWARE_ENABLED 1
#include <Windows.h>
#include <CommCtrl.h>
#include <Uxtheme.h>
#include <vsstyle.h>
#include <Geode/loader/Log.hpp>
#include <Geode/utils/file.hpp>
@ -72,7 +69,7 @@ LRESULT CALLBACK WndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) {
);
SendMessage(handleText, WM_SETFONT, WPARAM(monoFont), TRUE);
// does nothing :(
Edit_SetEndOfLine(handleText, EC_ENDOFLINE_LF);
// Edit_SetEndOfLine(handleText, EC_ENDOFLINE_LF);
auto button = CreateWindowA(
"BUTTON", "Close",