scuffed-code/icu4c/source/common/mutex.cpp

20 lines
631 B
C++
Raw Normal View History

1999-08-16 21:50:52 +00:00
/*
**********************************************************************
* Copyright (C) 1997-2002, International Business Machines
* Corporation and others. All Rights Reserved.
**********************************************************************
1999-08-16 21:50:52 +00:00
*/
// C++ static initialization.
//
// The purpose of this C++ file is to trigger the calling of
// u_ICUStaticInitFunc() during static initialization.
// (The function itself is in ucln_cmn.c, along with the rest
// of ICU's initialization and clean up code.)
//
#include "ucln_cmn.h"
1999-08-16 21:50:52 +00:00
static UBool initializesGlobalMutex = u_ICUStaticInitFunc();