- rebase to upstream NSS 3.124 - backport ml-dsa support that is not upstream yet. - pick up in process patches upstream including eddsa
21 lines
594 B
C
21 lines
594 B
C
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
|
*/
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
|
|
/* This file is deprecated upstream. it's maintained here for source
|
|
* code compatibility do not expect it in future versions of RHEL */
|
|
|
|
#ifndef prwin_h___
|
|
#define prwin_h___
|
|
|
|
/*
|
|
** For platforms other than Win16, define
|
|
** PR_STDIO_INIT() as a No-Op.
|
|
*/
|
|
#define PR_STDIO_INIT()
|
|
|
|
#endif /* prwin_h___ */
|