diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-07-24 19:22:59 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-07-24 19:22:59 +0200 |
commit | 9ba466ac25b2abb45f1de8a2785552949f007572 (patch) | |
tree | b5aab7e747c91ac026f38727f78b72bf08f57345 /cui | |
parent | a04ab6817fd70c73efa6f792d446936bc0531480 (diff) | |
parent | a814b12a68cc60a3bb7bff4336aae3665b048148 (diff) |
Merge branch 'master' into feature/gnumake4
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/dialogs/winpluginlib.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/dialogs/winpluginlib.cxx b/cui/source/dialogs/winpluginlib.cxx index 242607952c99..25fa4a3c5f41 100644 --- a/cui/source/dialogs/winpluginlib.cxx +++ b/cui/source/dialogs/winpluginlib.cxx @@ -33,8 +33,8 @@ #if defined _MSC_VER #pragma warning(pop) #endif -#include <Winreg.h> -#include <Shlwapi.h> +#include <winreg.h> +#include <shlwapi.h> #include <stdio.h> #define SO_PATH_SIZE 4096 |