Skip to content

Commit

Permalink
[unity]EXTERN_C_START放到外层
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Dec 3, 2024
1 parent 75eea01 commit 49a111c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@

#include "pesapi.h"

#ifdef PUERTS_SHARED

EXTERN_C_START

#ifdef PUERTS_SHARED

typedef pesapi_type_info (*pesapi_alloc_type_infosType)(size_t count);
static pesapi_alloc_type_infosType pesapi_alloc_type_infos_ptr;
pesapi_type_info pesapi_alloc_type_infos (size_t count) {
Expand Down

0 comments on commit 49a111c

Please sign in to comment.