forked from organicmaps/organicmaps-tmp
[Tizen] Added target_os
This commit is contained in:
parent
e3604ae02f
commit
489dabd990
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
#pragma once
|
||||
#include "../../std/string.hpp"
|
||||
#include "../../std/target_os.hpp"
|
||||
|
||||
#ifdef OMIM_OS_TIZEN
|
||||
namespace Tizen
|
||||
{
|
||||
namespace Base
|
||||
|
@ -11,3 +13,5 @@ namespace Tizen
|
|||
|
||||
//Convert from Tizen string to std::string
|
||||
string FromTizenString(Tizen::Base::String const & str_tizen);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue