Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix compile after recent core git_id changes
  • Loading branch information
DomGries committed Sep 3, 2015
1 parent 4f12a4c commit 083521b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
6 changes: 0 additions & 6 deletions ScriptMgr.cpp
Expand Up @@ -252,12 +252,6 @@ void Script::RegisterSelf(bool bReportError)
//********************************
//*** Functions to be Exported ***

MANGOS_DLL_EXPORT
char const* GetScriptLibraryVersion()
{
return strSD2Version.c_str();
}

MANGOS_DLL_EXPORT
bool GossipHello(Player* pPlayer, Creature* pCreature)
{
Expand Down
8 changes: 0 additions & 8 deletions system/MangosdRev.cpp
Expand Up @@ -2,18 +2,10 @@
* This program is free software licensed under GPL version 2
* Please see the included DOCS/LICENSE.TXT for more information */

#include "../../../shared/revision_nr.h"

#ifdef WIN32
# define MANGOS_DLL_EXPORT extern "C" __declspec(dllexport)
#elif defined( __GNUC__ )
# define MANGOS_DLL_EXPORT extern "C"
#else
# define MANGOS_DLL_EXPORT extern "C" export
#endif

MANGOS_DLL_EXPORT
char const* GetMangosRevStr()
{
return REVISION_NR;
}

0 comments on commit 083521b

Please sign in to comment.