Skip to content

Commit

Permalink
fix DLL export error on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
floe committed Jun 17, 2013
1 parent 1bb5a26 commit 6667792
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libs/simplegl/tinyxml.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ class TISCH_SHARED TiXmlAttribute;
class TISCH_SHARED TiXmlText;
class TISCH_SHARED TiXmlDeclaration;
class TISCH_SHARED TiXmlParsingData;
class TISCH_SHARED TiXmlBase;
class TISCH_SHARED TiXmlNode;
class TISCH_SHARED TiXmlElement;

const int TIXML_MAJOR_VERSION = 2;
const int TIXML_MINOR_VERSION = 6;
Expand Down

0 comments on commit 6667792

Please sign in to comment.