⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unabassdef.inc

📁 Voice Commnucation Components for Delphi
💻 INC
字号:


{$IFDEF NO_BASS_VER_DEFINE }

  // do not define BASS version here, it was already defined elsewhere

{$ELSE}

  // Since BASS 2.0 is out, this symbol is defined by default.
  // Undefine it if you wish to stay with earlier versions of BASS.
  // -------------------
  {$DEFINE BASS_AFTER_18 }	// define to link with BASS 2.0 or higher
  // -------------------
  //
  {$IFDEF BASS_AFTER_18 }
    //
    // Since BASS 2.1 is out, this symbol is defined by default.
    // Undefine it if you wish to stay with earlier versions of BASS.
    // -------------------
    {$DEFINE BASS_AFTER_20 }	// define to link with BASS 2.1 or higher
    // -------------------
    //
    {$IFDEF BASS_AFTER_20 }
      //
      // Since BASS 2.2 is out, this symbol is defined by default.
      // Undefine it if you wish to stay with earlier versions of BASS.
      // -------------------
      {$DEFINE BASS_AFTER_21 }	// define to link with BASS 2.2 or higher
      // -------------------
      //
      {$IFDEF BASS_AFTER_21 }
	//
	// Since BASS 2.3 is out, this symbol is defined by default.
	// Undefine it if you wish to stay with earlier versions of BASS.
	// -------------------
	{$DEFINE BASS_AFTER_22 }	// define to link with BASS 2.2 or higher
	// -------------------
	//
      {$ENDIF }
    {$ENDIF }
  {$ENDIF }



  {$IFNDEF BASS_AFTER_18 }
    //
    {$DEFINE BASS_BEFORE_20 }
    {$DEFINE BASS_BEFORE_21 }
    {$DEFINE BASS_BEFORE_22 }
    {$DEFINE BASS_BEFORE_23 }
  {$ENDIF }
  //
  {$IFNDEF BASS_AFTER_20 }
    //
    {$DEFINE BASS_BEFORE_21 }
    {$DEFINE BASS_BEFORE_22 }
    {$DEFINE BASS_BEFORE_23 }
  {$ENDIF }
  //
  {$IFNDEF BASS_AFTER_21 }
    //
    {$DEFINE BASS_BEFORE_22 }
    {$DEFINE BASS_BEFORE_23 }
  {$ENDIF }
  //
  {$IFNDEF BASS_AFTER_22 }
    //
    {$DEFINE BASS_BEFORE_23 }
  {$ENDIF }


{$ENDIF}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -