diff options
author | Mike Buland <eichlan@xagasoft.com> | 2012-08-24 23:37:37 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2012-08-24 23:37:37 +0000 |
commit | 2ff45ffd1a7ef36369c135090b39528860b25684 (patch) | |
tree | d5dfc12b29cb684812bd00b72bc61df2ed618488 /src/unstable/settingsdriverregistry.cpp | |
parent | 3c38c55a26df5b2d8827b88a99f5bb996c4d13c2 (diff) | |
download | libbu++-2ff45ffd1a7ef36369c135090b39528860b25684.tar.gz libbu++-2ff45ffd1a7ef36369c135090b39528860b25684.tar.bz2 libbu++-2ff45ffd1a7ef36369c135090b39528860b25684.tar.xz libbu++-2ff45ffd1a7ef36369c135090b39528860b25684.zip |
Ini driver is close, loading isn't working perfectly yet...
Diffstat (limited to '')
-rw-r--r-- | src/unstable/settingsdriverregistry.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/unstable/settingsdriverregistry.cpp b/src/unstable/settingsdriverregistry.cpp index 40a08ac..89eda7b 100644 --- a/src/unstable/settingsdriverregistry.cpp +++ b/src/unstable/settingsdriverregistry.cpp | |||
@@ -1,3 +1,5 @@ | |||
1 | #ifdef WIN32 | ||
2 | |||
1 | #include "bu/settingsdriverregistry.h" | 3 | #include "bu/settingsdriverregistry.h" |
2 | #include <windows.h> | 4 | #include <windows.h> |
3 | #include "bu/string.h" | 5 | #include "bu/string.h" |
@@ -86,3 +88,4 @@ Bu::UtfString Bu::SettingsDriverRegistry::get( const Bu::UtfString &sKey, const | |||
86 | return Bu::UtfString( Bu::String( buf, iRet ) ); | 88 | return Bu::UtfString( Bu::String( buf, iRet ) ); |
87 | } | 89 | } |
88 | 90 | ||
91 | #endif | ||