nspr/prwin.h
Robert Relyea 4d20efe5bd Resolves: RHEL-182558
Rebase NSPR to nspr 3.9 for NSS 3.124
2026-06-15 10:25:56 -07:00

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___ */