summaryrefslogtreecommitdiff
path: root/plugins/UserInfoEx/src/svc_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/UserInfoEx/src/svc_constants.h')
-rw-r--r--plugins/UserInfoEx/src/svc_constants.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/UserInfoEx/src/svc_constants.h b/plugins/UserInfoEx/src/svc_constants.h
index 814d36d134..3edbed05d6 100644
--- a/plugins/UserInfoEx/src/svc_constants.h
+++ b/plugins/UserInfoEx/src/svc_constants.h
@@ -150,8 +150,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
typedef struct CIDList
{
int nID;
- LPCSTR pszText;
- LPTSTR ptszTranslated;
+ LPCWSTR pszText;
+ LPWSTR ptszTranslated;
} IDSTRLIST, *LPIDSTRLIST;