Skip to content

Commit 7941654

Browse files
committed
a
1 parent d04796f commit 7941654

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

source/backend/window/CppAPI.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import backend.window.*;
44

55
class CppAPI
66
{
7-
#if (cpp && (!linux || !mac))
7+
#if windows
88
public static function obtainRAM():Int
99
{
1010
return WindowsData.obtainRAM();

source/backend/window/os/Linux.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package backend.os;
1+
package backend.window.os;
22

33
#if linux
44
@:cppFileCode("#include <stdio.h>")

source/backend/window/os/Mac.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package backend.os;
1+
package backend.window.os;
22

33
#if mac
44
@:cppFileCode("#include <sys/sysctl.h>")

0 commit comments

Comments
 (0)