mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-09 16:31:19 +12:00
Updated #error message to reflect removal of DLLIMPORT
This commit is contained in:
parent
71af6e54f4
commit
6ec0f16735
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ typedef union _LARGE_INTEGER {
|
||||||
#elif defined(__GNUC__)
|
#elif defined(__GNUC__)
|
||||||
#define DLLEXPORT __attribute__((dllexport))
|
#define DLLEXPORT __attribute__((dllexport))
|
||||||
#else
|
#else
|
||||||
#error No definition for DLLEXPORT and DLLIMPORT
|
#error No definition for DLLEXPORT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue