Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions src/HexRaysCodeXplorer/Common.h
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,8 @@

#pragma once

#if !defined (__LINUX__) && !defined (__MAC__)
#ifdef __MAKEDLL__
# define DLLEXPORT __declspec(dllexport)
#else
# define DLLEXPORT __declspec(dllimport)
#endif
#else
#define DLLEXPORT
#endif

#define DLLEXPORT



Expand Down
2 changes: 0 additions & 2 deletions src/HexRaysCodeXplorer/ReconstructableType.cpp
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -686,10 +686,8 @@ ssize_t hook_idb_events(void *user_data, int notification_code, va_list va) {
tid_t tid{};
const char *oldname;
const char *newname;
struc_t *struc;
ea_t ea;
adiff_t diff;
member_t *member;
flags_t flags;
const opinfo_t *info;
asize_t size;
Expand Down