From 3f9172c7ecaf69665009b9239708c339b11d9c92 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Wed, 17 Oct 2012 08:00:37 +0200 Subject: HOPKINS: Add detection for OS/2 and Win95 full versions --- common/platform.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/platform.h') diff --git a/common/platform.h b/common/platform.h index 1891c7096d..9595083207 100644 --- a/common/platform.h +++ b/common/platform.h @@ -55,6 +55,7 @@ enum Platform { kPlatformPSX, kPlatformCDi, kPlatformIOS, + kPlatformOS2, kPlatformUnknown = -1 }; -- cgit v1.2.3 From a3ea2537184f0127d883525d939cdb0bce9a21cf Mon Sep 17 00:00:00 2001 From: Strangerke Date: Fri, 14 Dec 2012 01:53:17 +0100 Subject: HOPKINS: Add support for BeOS full version --- common/platform.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/platform.h') diff --git a/common/platform.h b/common/platform.h index 9595083207..b5ead825fc 100644 --- a/common/platform.h +++ b/common/platform.h @@ -56,6 +56,7 @@ enum Platform { kPlatformCDi, kPlatformIOS, kPlatformOS2, + kPlatformBeOS, kPlatformUnknown = -1 }; -- cgit v1.2.3 From b4d0a8ba66e2c99949d1fa14d801c7de77db76ba Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sat, 26 Jan 2013 19:33:27 +0100 Subject: JANITORIAL: Enforce "} // End of namespace" with a single space after }. --- common/platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/platform.h') diff --git a/common/platform.h b/common/platform.h index 1891c7096d..5a4f3f1802 100644 --- a/common/platform.h +++ b/common/platform.h @@ -75,6 +75,6 @@ extern const char *getPlatformCode(Platform id); extern const char *getPlatformAbbrev(Platform id); extern const char *getPlatformDescription(Platform id); -} // End of namespace Common +} // End of namespace Common #endif -- cgit v1.2.3