Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/host
diff options
context:
space:
mode:
authorJason Perkins <starkos@industriousone.com>2012-01-05 23:15:27 +0400
committerJason Perkins <starkos@industriousone.com>2012-01-05 23:15:27 +0400
commitb5b2fc35ca7e0f78c2888216717ff5f4387977b5 (patch)
treef5d536e16862f8d49b6d51a55dbd92f72af247f6 /src/host
parentdd235093eb990ecc12629ead181a481636ee4bde (diff)
Updated copyrights; added #ifdef around Objbase.h include
Diffstat (limited to 'src/host')
-rw-r--r--src/host/os_uuid.c2
-rwxr-xr-xsrc/host/premake.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/host/os_uuid.c b/src/host/os_uuid.c
index b06b29b..9a07e9e 100644
--- a/src/host/os_uuid.c
+++ b/src/host/os_uuid.c
@@ -5,7 +5,9 @@
*/
#include "premake.h"
+#if PLATFORM_WINDOWS
#include <Objbase.h>
+#endif
int os_uuid(lua_State* L)
{
diff --git a/src/host/premake.c b/src/host/premake.c
index c78c390..04686d3 100755
--- a/src/host/premake.c
+++ b/src/host/premake.c
@@ -14,7 +14,7 @@
#define VERSION "HEAD"
-#define COPYRIGHT "Copyright (C) 2002-2011 Jason Perkins and the Premake Project"
+#define COPYRIGHT "Copyright (C) 2002-2012 Jason Perkins and the Premake Project"
#define ERROR_MESSAGE "%s\n"