diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-09-26 08:10:29 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-09-26 02:13:10 +0200 |
commit | 3902e7332d3d79c257fca451635d08a58d327d70 (patch) | |
tree | e557e219d8d95a4265086fd00f81ecc63e8f9416 /source3 | |
parent | 1c5c96d7cd63ad1d46fb120119c5ad6594e103cf (diff) | |
download | samba-3902e7332d3d79c257fca451635d08a58d327d70.tar.gz samba-3902e7332d3d79c257fca451635d08a58d327d70.tar.bz2 samba-3902e7332d3d79c257fca451635d08a58d327d70.zip |
lib/util/charset: We do not use fucntions from wchar.h any more
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Wed Sep 26 02:13:10 CEST 2012 on sn-devel-104
Diffstat (limited to 'source3')
-rw-r--r-- | source3/passdb/pdb_nds.c | 1 | ||||
-rw-r--r-- | source3/registry/reg_parse.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/source3/passdb/pdb_nds.c b/source3/passdb/pdb_nds.c index 3e1bdfc151..cce4937ac9 100644 --- a/source3/passdb/pdb_nds.c +++ b/source3/passdb/pdb_nds.c @@ -23,7 +23,6 @@ #include <lber.h> #include <ldap.h> -#include <wchar.h> #include "smbldap.h" #include "passdb/pdb_ldap.h" diff --git a/source3/registry/reg_parse.c b/source3/registry/reg_parse.c index babf5c015e..c276c7e2d6 100644 --- a/source3/registry/reg_parse.c +++ b/source3/registry/reg_parse.c @@ -34,7 +34,6 @@ #include "reg_format.h" #include <stdio.h> -#include <wchar.h> #include <talloc.h> #include <stdbool.h> #include <string.h> |