diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 0f7b589627..987250134f 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,12 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-11-24 10:48 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbwin/hbwin.ch + + Added copy of HB_WINPRN_* constants from .c source. + (Ugly, but currently there is no way to include hbwin.ch + to .c code due to lots of colliding names) + 2009-11-24 10:37 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/Makefile + contrib/hbwin/win_prn3.c diff --git a/harbour/contrib/hbwin/hbwin.ch b/harbour/contrib/hbwin/hbwin.ch index c1f93c5462..75eb4e5e5a 100644 --- a/harbour/contrib/hbwin/hbwin.ch +++ b/harbour/contrib/hbwin/hbwin.ch @@ -55,6 +55,15 @@ #ifndef HBWIN_CH_ #define HBWIN_CH_ +/* Positions for GETPRINTERS() array */ + +#define HB_WINPRN_NAME 1 +#define HB_WINPRN_PORT 2 +#define HB_WINPRN_TYPE 3 +#define HB_WINPRN_DRIVER 4 +#define HB_WINPRN_SHARE 5 +#define HB_WINPRN_LEN_ 5 + /* Registry related values */ #define HKEY_CLASSES_ROOT 0x80000000