Skip to content

Commit

Permalink
Update Portability.h (#1772)
Browse files Browse the repository at this point in the history
Probably a merge issue as the old code came back again. Always make sure thet the Preprocessor are ate the beginning of a function declaration!
  • Loading branch information
pwielders authored Oct 9, 2024
1 parent 61fe958 commit ea4a37b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/core/Portability.h
Original file line number Diff line number Diff line change
Expand Up @@ -990,8 +990,8 @@ EXTERNAL extern int inet_aton(const char* cp, struct in_addr* inp);
EXTERNAL extern void usleep(const uint32_t value);
#endif

void EXTERNAL DumpCallStack(const Thunder::Core::thread_id threadId, std::list<Thunder::Core::callstack_info>& stack);
uint32_t EXTERNAL GetCallStack(const Thunder::Core::thread_id threadId, void* addresses[], const uint32_t bufferSize);
EXTERNAL void DumpCallStack(const Thunder::Core::thread_id threadId, std::list<Thunder::Core::callstack_info>& stack);
EXTERNAL uint32_t GetCallStack(const Thunder::Core::thread_id threadId, void* addresses[], const uint32_t bufferSize);

}

Expand Down

0 comments on commit ea4a37b

Please sign in to comment.