-
This commit is contained in:
18
rktwebview_qt/rktwebview_global.h
Normal file
18
rktwebview_qt/rktwebview_global.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#ifndef RKTWEBVIEW_GLOBAL_H
|
||||
#define RKTWEBVIEW_GLOBAL_H
|
||||
|
||||
#if defined(RKTWEBVIEW_LIBRARY)
|
||||
#ifdef _WIN32
|
||||
#define RKTWEBVIEW_EXPORT __declspec(dllexport)
|
||||
#else
|
||||
#define RKTWEBVIEW_EXPORT
|
||||
#endif
|
||||
#else
|
||||
#ifdef _WIN32
|
||||
#define RKTWEBVIEW_EXPORT __declspec(dllimport)
|
||||
#else
|
||||
#define RKTWEBVIEW_EXPORT
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif // RKTWEBVIEW_GLOBAL_H
|
||||
Reference in New Issue
Block a user