Skip to content

Commit

Permalink
Merge pull request telecomadm1145#3 from Physics365/stable
Browse files Browse the repository at this point in the history
修复了msbuild失败的 问题
  • Loading branch information
telecomadm1145 authored Aug 31, 2024
2 parents 032994b + c1246a0 commit 9df9d94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CasioEmuMsvc/Config.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#pragma once
#include "ConcurrentObject.h"
#include "Containers/ConcurrentObject.h"
#include <cstdint>
#include <cstdio>
#include <exception>
Expand Down Expand Up @@ -47,4 +47,4 @@
// #define SINGLE_WINDOW
#if !defined(SINGLE_WINDOW) && defined(__ANDROID__)
#define SINGLE_WINDOW
#endif
#endif

0 comments on commit 9df9d94

Please sign in to comment.