Fix non-libxul build bustage from bug 560147 - thebes public functions should define THEBES_API. rs=roc

This commit is contained in:
Mark Banner 2010-04-27 09:49:01 +01:00
Родитель 58dcdf6bae
Коммит 98f9486d33
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -47,7 +47,7 @@ class nsIWidget;
namespace mozilla {
namespace gl {
class GLContextProvider
class THEBES_API GLContextProvider
{
public:
/**
@ -68,7 +68,7 @@ public:
already_AddRefed<GLContext> CreateForWindow(nsIWidget *aWidget);
};
extern GLContextProvider sGLContextProvider;
extern THEBES_API GLContextProvider sGLContextProvider;
}
}