Skip to content

Commit

Permalink
maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
Alphalaneous committed Jun 27, 2024
1 parent d220dae commit 0dd8da7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#define _CRT_SECURE_NO_DEPRECATE

#include <Geode/Geode.hpp>
#include "ui/hooks/MenuLayer.h"
#include "ui/hooks/LoadingLayer.h"
Expand Down
4 changes: 0 additions & 4 deletions src/utils/Utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,6 @@ class Utils {
return newSplash;
}

#define _CRT_SECURE_NO_WARNINGS

static std::string wstrToStr(std::wstring wstr) {

int slength = (int)wstr.length() + 1;
Expand All @@ -226,8 +224,6 @@ class Utils {
return r;
}

#undef _CRT_SECURE_NO_WARNINGS

static ccColor3B colorForCode(wchar_t code){

switch(code){
Expand Down

0 comments on commit 0dd8da7

Please sign in to comment.