Updated copyrights; added #ifdef around Objbase.h include
This commit is contained in:
parent
a4b2152e85
commit
ba36bd6834
@ -1,4 +1,4 @@
|
||||
Copyright (c) 2003-2011 Jason Perkins and individual contributors.
|
||||
Copyright (c) 2003-2012 Jason Perkins and individual contributors.
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without modification,
|
||||
|
@ -1,7 +1,7 @@
|
||||
PREMAKE
|
||||
A build configuration tool
|
||||
|
||||
Copyright (C) 2002-2011 by Jason Perkins
|
||||
Copyright (C) 2002-2012 by Jason Perkins
|
||||
Distributed under the terms of the BSD License, see LICENSE.txt
|
||||
|
||||
The Lua language and runtime library is (C) TeCGraf, PUC-Rio.
|
||||
|
@ -5,7 +5,9 @@
|
||||
*/
|
||||
|
||||
#include "premake.h"
|
||||
#if PLATFORM_WINDOWS
|
||||
#include <Objbase.h>
|
||||
#endif
|
||||
|
||||
int os_uuid(lua_State* L)
|
||||
{
|
||||
|
@ -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"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user