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/registry | |
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/registry')
-rw-r--r-- | source3/registry/reg_parse.c | 1 |
1 files changed, 0 insertions, 1 deletions
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> |