Skip to content

Commit

Permalink
Windows|Fixed: Missing exports
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Nov 19, 2016
1 parent 93f5d4c commit d52b604
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doomsday/apps/plugins/importudmf/api/importudmf.def
@@ -1,4 +1,4 @@
LIBRARY UDMFCONVERTER
LIBRARY IMPORTUDMF

EXPORTS
DP_Initialize @1
Expand Down
4 changes: 2 additions & 2 deletions doomsday/sdk/libcore/include/de/scriptsys/tokenbuffer.h
Expand Up @@ -31,7 +31,7 @@ class String;
/**
* Character sequence allocated out of the token buffer.
*/
class Token
class DENG2_PUBLIC Token
{
public:
/// Types for tokens. This much can be analyzed without knowing
Expand Down Expand Up @@ -171,7 +171,7 @@ class Token
*
* @ingroup script
*/
class TokenBuffer
class DENG2_PUBLIC TokenBuffer
{
public:
/// Attempt to append characters while no token is being formed. @ingroup errors
Expand Down
2 changes: 1 addition & 1 deletion doomsday/sdk/libcore/include/de/scriptsys/tokenrange.h
Expand Up @@ -35,7 +35,7 @@ namespace de {
*
* @ingroup script
*/
class TokenRange
class DENG2_PUBLIC TokenRange
{
public:
/// The token range is unexpectedly empty. @ingroup errors
Expand Down

0 comments on commit d52b604

Please sign in to comment.