PopPrnt.def: Translation to XDS Modula-2

Last updated: 18. 1.1998, 16: 7

<* +M2EXTENSIONS *>
<* +M2EXTENSIONS *>
DEFINITION MODULE PopPrnt;
(*----------------------------------------------
   POPPRNT0.C -- Popup Editor Printing Functions (dummy version)
  ----------------------------------------------*)

IMPORT Windows;
(*++++*****************************************************************)
PROCEDURE PrintFile (hInst        : Windows.HINSTANCE;
                     hwnd         : Windows.HWND;
                     hwndEdit     : Windows.HWND;
                     szTitleName  : Windows.PSTR) : Windows.BOOL;
(**********************************************************************)
END PopPrnt.