Salome HOME
New item (FontItem), allowing to show information about font setting and to select...
[modules/gui.git] / src / GLViewer / GLViewer.h
1 // File:      GLViewer.h
2 // Created:   November, 2004
3 // Author:    OCC team
4 // Copyright (C) CEA 2004
5
6 //! Macro for exports
7 #ifdef WNT
8
9 #ifdef GLVIEWER_EXPORTS
10 #define GLVIEWER_API __declspec(dllexport)
11 #else
12 #define GLVIEWER_API __declspec(dllimport)
13 #endif
14
15 #else
16 #define GLVIEWER_API
17 #endif // WNT
18