Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
fix: MSVC 1939
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroKaku committed May 27, 2024
1 parent 1c66666 commit b3b1ca7
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/ucxxrt.inl
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,8 @@
# endif
#endif

#ifndef _EXTERN_C
#define _EXTERN_C EXTERN_C_START
#endif

#ifndef _END_EXTERN_C
#define _END_EXTERN_C EXTERN_C_END
#endif
#define _EXTERN_C extern "C" {
#define _END_EXTERN_C }

#include <stddef.h>
#include <stdlib.h>
Expand Down

0 comments on commit b3b1ca7

Please sign in to comment.