Zydis  v4.1.0
Defines.h File Reference

Import/export defines for MSVC builds. More...

#include <Zycore/Defines.h>
Include dependency graph for Defines.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ZYDIS_EXPORT   ZYAN_DLLIMPORT
 Symbol is exported in shared library builds. More...
 
#define ZYDIS_NO_EXPORT
 Symbol is not exported and for internal use only. More...
 

Detailed Description

Import/export defines for MSVC builds.

Macro Definition Documentation

◆ ZYDIS_EXPORT

#define ZYDIS_EXPORT   ZYAN_DLLIMPORT

Symbol is exported in shared library builds.

◆ ZYDIS_NO_EXPORT

#define ZYDIS_NO_EXPORT

Symbol is not exported and for internal use only.