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

📄 drawos2.fi

📁 开放源码的编译器open watcom 1.6.0版的源代码
💻 FI
字号:

c$ifndef __OS2__
c$define __OS2__
c$endif

        include 'os2.fi'
        include 'drawmenu.fi'
        include 'button.fi'
        include 'room.fi'

c$noreference

        integer Main_hwnd
        integer Main_hab
        integer Main_hmq
        integer hThree_d
        record /RECTL/ Draw_area
        integer Button_height
        integer Auto_run

c$ifdef DRAW_ALL_AT_ONCE
        integer Hdc;
        integer Mem_dc;
        integer Draw_bitmap = NULLHANDLE;
        integer Old_bitmap = NULLHANDLE;
c$endif

        common /static_data/ Main_hwnd, Main_hab, Main_hmq, hThree_d,
     &                       Draw_area, Button_height, Auto_run

c$ifdef DRAW_ALL_AT_ONCE
        common /additional/ Hdc, Mem_dc, Draw_bitmap, Old_bitmap
c$endif

c$pragma aux draw_box "*_" parm(value)

c$reference

⌨️ 快捷键说明

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