This repository has been archived on 2025-02-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
CodeBlocksPortable/WATCOM/h/locale

31 lines
824 B
Text

///////////////////////////////////////////////////////////////////////////
// FILE: locale (...)
//
// =========================================================================
//
// Open Watcom Project
//
// Copyright (c) 2004-2010 The Open Watcom Contributors. All Rights Reserved.
//
// This file is automatically generated. Do not edit directly.
//
// =========================================================================
//
// Description: This header is part of the C++ standard library.
///////////////////////////////////////////////////////////////////////////
#ifndef _LOCALE_INCLUDED
#define _LOCALE_INCLUDED
#ifndef _ENABLE_AUTODEPEND
#pragma read_only_file;
#endif
#ifndef __cplusplus
#error This header file requires C++
#endif
namespace std {
} // namespace std
#endif