Bug 758514 consistently use typedef for NS_tchar, also enable testing for Solaris r=rstrong

This commit is contained in:
Ginn Chen 2012-06-01 17:50:35 +08:00
parent d2b19f035e
commit 15c352dc3c
2 changed files with 3 additions and 3 deletions

View File

@ -25,6 +25,6 @@ skip-if = os == 'android'
[include:xpcshell_updater_windows.ini]
run-if = os == 'win'
[include:xpcshell_updater_xp_unix.ini]
run-if = os == 'linux' || os == 'mac'
run-if = os == 'linux' || os == 'mac' || os == 'sunos'
[test_bug497578.js]
[test_bug595059.js]

View File

@ -11,9 +11,9 @@
#include "mar.h"
#ifdef XP_WIN
# define NS_tchar WCHAR
typedef WCHAR NS_tchar;
#else
# define NS_tchar char
typedef char NS_tchar;
#endif
// This class provides an API to extract files from an update archive.