Skip to content

Commit

Permalink
CHANGED: #238 Yay for build fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfighter1985 committed Sep 7, 2012
1 parent a49e5eb commit 7986c1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/arcemu-world/OptionalConfig.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#ifndef OPTIONAL_CONFIG_H
#define OPTIONAL_CONFIG_H

#ifndef SERVER_DECL
#define SERVER_DECL
#endif

struct SERVER_DECL OptionalConfigData
{
struct OptionalStuff
Expand Down
1 change: 1 addition & 0 deletions src/arcemu-world/OptionalConfigParser.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define OPTIONAL_CONFIG_PARSER_H

#include "OptionalConfig.h"
#include <string>

struct _xmlNode;

Expand Down

0 comments on commit 7986c1b

Please sign in to comment.