1
0
mirror of synced 2026-04-20 15:28:40 +08:00

Merge pull request #30 from lymslive/master

C++ 兼容性保护 (#28)
This commit is contained in:
yitter
2023-02-01 13:59:50 +08:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

1
C/.gitignore vendored
View File

@@ -31,6 +31,7 @@ bld/
#wwwroot/
.vscode
# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*

View File

@@ -21,6 +21,7 @@ typedef struct IdGenerator {
} IdGenerator;
extern IdGenerator *GetIdGenInstance();
extern void SetOptions(IdGeneratorOptions options);