1008N/A/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
1008N/A/* ***** BEGIN LICENSE BLOCK *****
1008N/A * Version: MPL 1.1/GPL 2.0/LGPL 2.1
1008N/A *
1008N/A * The contents of this file are subject to the Mozilla Public License Version
1008N/A * 1.1 (the "License"); you may not use this file except in compliance with
1008N/A * the License. You may obtain a copy of the License at
1008N/A * http://www.mozilla.org/MPL/
1008N/A *
1008N/A * Software distributed under the License is distributed on an "AS IS" basis,
1008N/A * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
1008N/A * for the specific language governing rights and limitations under the
1008N/A * License.
1008N/A *
1008N/A * The Original Code is the Netscape Portable Runtime (NSPR).
1008N/A *
1008N/A * The Initial Developer of the Original Code is
1008N/A * Netscape Communications Corporation.
1008N/A * Portions created by the Initial Developer are Copyright (C) 1998-2000
1008N/A * the Initial Developer. All Rights Reserved.
1008N/A *
1008N/A * Contributor(s):
1008N/A *
1008N/A * Alternatively, the contents of this file may be used under the terms of
1008N/A * either the GNU General Public License Version 2 or later (the "GPL"), or
1008N/A * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
1008N/A * in which case the provisions of the GPL or the LGPL are applicable instead
1008N/A * of those above. If you wish to allow use of your version of this file only
1008N/A * under the terms of either the GPL or the LGPL, and not to allow others to
1008N/A * use your version of this file under the terms of the MPL, indicate your
1008N/A * decision by deleting the provisions above and replace them with the notice
1008N/A * and other provisions required by the GPL or the LGPL. If you do not delete
1008N/A * the provisions above, a recipient may use your version of this file under
1008N/A * the terms of any one of the MPL, the GPL or the LGPL.
1008N/A *
1008N/A * ***** END LICENSE BLOCK ***** */
1008N/A
1008N/A/*---------------------------------------------------------------
1008N/A POPPRNT0.C -- Popup Editor Printing Functions (dummy version)
1008N/A (c) Charles Petzold, 1992
1008N/A ---------------------------------------------------------------*/
1008N/A
1008N/A#include <windows.h>
1008N/A
1008N/ABOOL PopPrntPrintFile (HANDLE hInst, HWND hwnd, HWND hwndEdit,
1008N/A LPSTR lpstrTitleName)
1008N/A {
1008N/A return FALSE ;
1008N/A }
1008N/A