Files
harbour-core/contrib/hboslib/hboslib.hbx
vszakats a4a357a18b 2013-03-15 11:12 UTC+0100 Viktor Szakats (harbour syenar.net)
* /harbour/* -> /*
    * moved whole Harbour source tree one level up to
      avoid single 'harbour' top dir
2013-03-15 11:13:30 +01:00

43 lines
1.2 KiB
Plaintext

/* --------------------------------------------------------------------
* NOTE: You can add manual override which functions to include or
* exclude from automatically generated EXTERNAL/DYNAMIC list.
* Syntax: // HB_FUNC_INCLUDE <func>
* // HB_FUNC_EXCLUDE <func>
*/
/* --------------------------------------------------------------------
* WARNING: Automatically generated code below. DO NOT EDIT! (except casing)
* Regenerate using hbmk2 '-hbx=' option.
*/
#ifndef __HBEXTERN_CH__HBOSLIB__
#define __HBEXTERN_CH__HBOSLIB__
#if defined( __HBEXTREQ__ ) .OR. defined( __HBEXTERN__HBOSLIB__ANNOUNCE )
ANNOUNCE __HBEXTERN__HBOSLIB__
#endif
#if defined( __HBEXTREQ__ ) .OR. defined( __HBEXTERN__HBOSLIB__REQUEST )
#command DYNAMIC <fncs,...> => EXTERNAL <fncs>
#endif
DYNAMIC OL_95AppTitle
DYNAMIC OL_95VMTitle
DYNAMIC OL_AutoYield
DYNAMIC OL_IsMSWin
DYNAMIC OL_IsNT
DYNAMIC OL_IsOS2
DYNAMIC OL_IsOS2Win
DYNAMIC OL_OsVerMaj
DYNAMIC OL_OsVerMin
DYNAMIC OL_WinCBCopy
DYNAMIC OL_WinCBPaste
DYNAMIC OL_WinFullScreen
DYNAMIC OL_Yield
#if defined( __HBEXTREQ__ ) .OR. defined( __HBEXTERN__HBOSLIB__REQUEST )
#uncommand DYNAMIC <fncs,...> => EXTERNAL <fncs>
#endif
#endif