Ver Fonte

Revert "..."

This reverts commit b4169a34a939ee82a34aad5953ae31941a30dae1.
blueloveTH há 2 anos atrás
pai
commit
63b05cf07c
1 ficheiros alterados com 2 adições e 2 exclusões
  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);
 
-struct PK_EXPORT Str{
+struct Str{
     int size;
     bool is_ascii;
     char* data;
@@ -87,7 +87,7 @@ std::string fmt(Args&&... args) {
     return ss.str();
 }
 
-struct PK_EXPORT StrName {
+struct StrName {
     uint16_t index;
     StrName();
     explicit StrName(uint16_t index);