Skip to content
Snippets Groups Projects
Commit b97eec9c authored by Benoit Jacob's avatar Benoit Jacob
Browse files

Bug 749678 - 2/5 - add include guards to thread_helpers.h - r=ehsan

parent cb6c0c61
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,9 @@
// Cross-platform lightweight thread local data wrappers
#ifndef MOZ_THREAD_HELPER_H
#define MOZ_THREAD_HELPER_H
#if defined(XP_WIN)
// This file will get included in any file that wants to add
// a profiler mark. In order to not bring <windows.h> together
......@@ -114,3 +117,4 @@ inline bool create(key* mykey) {
}
#endif // MOZ_THREAD_HELPER_H
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment