mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-05 14:31:17 +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)
|
||||
#define DLLEXPORT __declspec(dllexport)
|
||||
#define DLLIMPORT __declspec(dllimport)
|
||||
#elif defined(__GNUC__)
|
||||
#define DLLEXPORT __attribute__((dllexport))
|
||||
#define DLLIMPORT __attribute__((dllimport))
|
||||
#else
|
||||
#error No definition for DLLEXPORT and DLLIMPORT
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue