dtwm: In CDE we always build with MULTIBYTE support, disable unused singlebyte only

This commit is contained in:
Peter Howkins
2018-06-25 00:20:55 +01:00
parent 6bf175ef2d
commit 115c1a25d8
10 changed files with 4 additions and 416 deletions

View File

@@ -36,9 +36,7 @@
#include "WmGlobal.h"
#ifndef NO_MULTIBYTE
#include <locale.h>
#endif
#include <Dt/Message.h>
#include <Dt/EnvControlP.h>
/*
@@ -104,7 +102,6 @@ main (int argc, char *argv [], char *environ [])
setlocale(LC_ALL, "");
#ifndef NO_MULTIBYTE
/*
* Set up environment variables for this HP DT client
*/
@@ -119,7 +116,7 @@ main (int argc, char *argv [], char *environ [])
char * foo = ((char *)GETMESSAGE(44, 1, ""));
}
XtSetLanguageProc (NULL, (XtLanguageProc)NULL, NULL);
#endif
/*
* Get Identity
*/