Updated copyrights; added #ifdef around Objbase.h include

This commit is contained in:
Jason Perkins 2012-01-05 14:15:27 -05:00
parent a4b2152e85
commit ba36bd6834
4 changed files with 5 additions and 3 deletions

View File

@ -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,

View File

@ -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.

View File

@ -5,7 +5,9 @@
*/
#include "premake.h"
#if PLATFORM_WINDOWS
#include <Objbase.h>
#endif
int os_uuid(lua_State* L)
{

View File

@ -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"