Files
harbour-core/harbour/contrib/hbwin/tests/testprn4.prg
Viktor Szakats 1b4008723b 2012-01-06 16:13 UTC+0100 Viktor Szakats (harbour syenar.net)
* ChangeLog
  * (whole tree)
    * changed e-mail address
2012-01-06 15:28:23 +00:00

23 lines
295 B
Plaintext

/*
* $Id$
*/
/*
* Harbour Project source code:
*
* Copyright 2009 Viktor Szakats (harbour syenar.net)
* www - http://harbour-project.org
*
*/
#include "simpleio.ch"
PROCEDURE Main()
LOCAL a := WIN_PRINTERGETDEFAULT()
? ">" + a + "<"
? WIN_PRINTERSETDEFAULT( a )
RETURN