X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flib%2Fsysutils.h;h=789f5d44e5c47011f7e16229693d3236a3a98c33;hb=d068c62aac1825a0da5619dc4ca50ce3186bc37a;hp=730086968b2e68bfe61ad4ebc762a4d2f78f96c7;hpb=c8e829c219c65ff8e93b6c7b66212ff0876441c5;p=builder.git diff --git a/source/lib/sysutils.h b/source/lib/sysutils.h index 7300869..789f5d4 100644 --- a/source/lib/sysutils.h +++ b/source/lib/sysutils.h @@ -3,9 +3,10 @@ #include #include +#include "libbuilder_api.h" -std::string get_system_type(); -Msp::FS::Path get_program_files_x86_dir(); +LIBBUILDER_API std::string get_system_type(); +LIBBUILDER_API Msp::FS::Path get_program_files_x86_dir(); template T get_registry_value(const std::string &);