Commit 5deea0993e54adcd2c763a0ec6770c160003e593
1 parent
972dc709
Exists in
master
and in
5 other branches
Ocultando classe de apoio.
Showing
1 changed file
with
0 additions
and
8 deletions
Show diff stats
src/include/pw3270/class.h
... | ... | @@ -89,13 +89,7 @@ |
89 | 89 | |
90 | 90 | }; |
91 | 91 | |
92 | -#if defined (HAVE_GNUC_VISIBILITY) | |
93 | - class __attribute__((visibility("default"))) module | |
94 | -#elif defined(WIN32) | |
95 | - class __declspec (dllexport) module | |
96 | -#else | |
97 | 92 | class module |
98 | -#endif | |
99 | 93 | { |
100 | 94 | private: |
101 | 95 | #ifdef WIN32 |
... | ... | @@ -114,8 +108,6 @@ |
114 | 108 | |
115 | 109 | }; |
116 | 110 | |
117 | - | |
118 | - | |
119 | 111 | class session |
120 | 112 | { |
121 | 113 | public: | ... | ... |