mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Bug 1119499 - Define BAD_TLS_INDEX where it is used. r=janv
This commit is contained in:
parent
af5901232a
commit
ffbaeabe1a
@ -58,6 +58,8 @@
|
||||
#include "UsageInfo.h"
|
||||
#include "Utilities.h"
|
||||
|
||||
#define BAD_TLS_INDEX ((uint32_t) -1)
|
||||
|
||||
// The amount of time, in milliseconds, that our IO thread will stay alive
|
||||
// after the last event it processes.
|
||||
#define DEFAULT_THREAD_TIMEOUT_MS 30000
|
||||
|
@ -30,10 +30,6 @@ class nsIPrincipal;
|
||||
class nsScriptNameSpaceManager;
|
||||
class nsIMemoryReporterCallback;
|
||||
|
||||
#ifndef BAD_TLS_INDEX
|
||||
#define BAD_TLS_INDEX ((uint32_t) -1)
|
||||
#endif
|
||||
|
||||
namespace xpc {
|
||||
|
||||
class Scriptability {
|
||||
|
Loading…
Reference in New Issue
Block a user