forked from GitHub/gf-core
in libgu mark explicitly all functions that belong to the API
This commit is contained in:
@@ -5,10 +5,10 @@
|
||||
#include <gu/out.h>
|
||||
#include <stdio.h>
|
||||
|
||||
GuOut*
|
||||
GU_API_DECL GuOut*
|
||||
gu_file_out(FILE* file, GuPool* pool);
|
||||
|
||||
GuIn*
|
||||
GU_API_DECL GuIn*
|
||||
gu_file_in(FILE* file, GuPool* pool);
|
||||
|
||||
#endif // GU_FILE_H_
|
||||
|
||||
Reference in New Issue
Block a user