Changeset 27 for qca/trunk/src
- Timestamp:
- Sep 5, 2006, 11:14:44 PM (19 years ago)
- Location:
- qca/trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
qca/trunk/src/qca.cpp
r24 r27 33 33 #include"qcaprovider.h" 34 34 35 #if defined(Q_OS_WIN32) 35 #if defined(Q_OS_WIN32) || defined(Q_OS_OS2) 36 36 #define PLUGIN_EXT "dll" 37 37 #elif defined(Q_OS_MAC) -
qca/trunk/src/qca.h
r24 r27 42 42 #endif 43 43 44 #if def Q_OS_WIN3244 #if defined(Q_OS_WIN32) 45 45 # ifdef QCA_PLUGIN_DLL 46 46 # define QCA_PLUGIN_EXPORT extern "C" __declspec(dllexport) … … 48 48 # define QCA_PLUGIN_EXPORT extern "C" __declspec(dllimport) 49 49 # endif 50 #elif defined(Q_OS_OS2) 51 # define QCA_PLUGIN_EXPORT extern "C" _System 50 52 #endif 51 53 #ifndef QCA_PLUGIN_EXPORT
Note:
See TracChangeset
for help on using the changeset viewer.