mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-29 08:12:52 -04:00
Merge branch 'main' into 26-02-25-more-endian-fixes
This commit is contained in:
@@ -18,7 +18,7 @@ public:
|
||||
s32 write(const void*, s32);
|
||||
void write(const char*);
|
||||
|
||||
#if defined(_MSVC_LANG) && defined(_WIN64)
|
||||
#ifdef TARGET_PC
|
||||
JSUOutputStream& operator<<(uintptr_t param_0) {
|
||||
write(¶m_0, sizeof(uintptr_t));
|
||||
return *this;
|
||||
|
||||
Reference in New Issue
Block a user