소스 검색

Revert "..."

This reverts commit b4169a34a939ee82a34aad5953ae31941a30dae1.
blueloveTH 2 년 전
부모
커밋
63b05cf07c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      include/pocketpy/str.h

+ 2 - 2
include/pocketpy/str.h

@@ -8,7 +8,7 @@ namespace pkpy {
 
 
 int utf8len(unsigned char c, bool suppress=false);
 int utf8len(unsigned char c, bool suppress=false);
 
 
-struct PK_EXPORT Str{
+struct Str{
     int size;
     int size;
     bool is_ascii;
     bool is_ascii;
     char* data;
     char* data;
@@ -87,7 +87,7 @@ std::string fmt(Args&&... args) {
     return ss.str();
     return ss.str();
 }
 }
 
 
-struct PK_EXPORT StrName {
+struct StrName {
     uint16_t index;
     uint16_t index;
     StrName();
     StrName();
     explicit StrName(uint16_t index);
     explicit StrName(uint16_t index);