View | Details | Raw Unified | Return to bug 193481 | Differences between
and this patch

Collapse All | Expand All

(-)libvmtools/i18n.c (+5 lines)
Lines 35-43 Link Here
35
#include "hashTable.h"
35
#include "hashTable.h"
36
#include "str.h"
36
#include "str.h"
37
#include "unicode.h"
37
#include "unicode.h"
38
#include "unicodeBase.h"
38
#include "vmtoolsInt.h"
39
#include "vmtoolsInt.h"
39
#include "vmware/tools/i18n.h"
40
#include "vmware/tools/i18n.h"
40
#include "vmware/tools/utils.h"
41
#include "vmware/tools/utils.h"
42
#include "xdrutil.h"
41
43
42
/* These come from msgid.h. See MsgHasMsgID for explanation. */
44
/* These come from msgid.h. See MsgHasMsgID for explanation. */
43
#define MSG_MAX_ID      128
45
#define MSG_MAX_ID      128
Lines 61-66 typedef struct MsgState { Link Here
61
static MsgState *gMsgState = NULL;
63
static MsgState *gMsgState = NULL;
62
64
63
65
66
#define DIRSEPS "/"
67
64
/*
68
/*
65
 ******************************************************************************
69
 ******************************************************************************
66
 * MsgCatalogFree --                                                    */ /**
70
 * MsgCatalogFree --                                                    */ /**
Lines 114-119 MsgHasMsgID(const gchar *s) Link Here
114
}
118
}
115
119
116
120
121
117
/*
122
/*
118
 ******************************************************************************
123
 ******************************************************************************
119
 * MsgInitState --                                                      */ /**
124
 * MsgInitState --                                                      */ /**

Return to bug 193481