mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-06 06:51:18 +12:00
Removed DLLIMPORT
This commit is contained in:
parent
fc407e509e
commit
3b5eb49469
1 changed files with 0 additions and 2 deletions
|
@ -245,10 +245,8 @@ typedef union _LARGE_INTEGER {
|
||||||
|
|
||||||
#if defined(_MSC_VER)
|
#if defined(_MSC_VER)
|
||||||
#define DLLEXPORT __declspec(dllexport)
|
#define DLLEXPORT __declspec(dllexport)
|
||||||
#define DLLIMPORT __declspec(dllimport)
|
|
||||||
#elif defined(__GNUC__)
|
#elif defined(__GNUC__)
|
||||||
#define DLLEXPORT __attribute__((dllexport))
|
#define DLLEXPORT __attribute__((dllexport))
|
||||||
#define DLLIMPORT __attribute__((dllimport))
|
|
||||||
#else
|
#else
|
||||||
#error No definition for DLLEXPORT and DLLIMPORT
|
#error No definition for DLLEXPORT and DLLIMPORT
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue