27 lines
984 B
HTML
27 lines
984 B
HTML
; =============================================================================
|
|
; VBoxGuest : Data / VMMDev константы структуры
|
|
; Назначение: Агрегатор все констант и структур
|
|
; Файл : data/data.inc
|
|
; =============================================================================
|
|
include 'core\constants.inc'
|
|
include 'core\structs.inc'
|
|
|
|
include 'hgcm\constants.inc'
|
|
include 'hgcm\structs.inc'
|
|
include 'heartbeat\constants.inc'
|
|
include 'heartbeat\structs.inc'
|
|
include 'mouse\constants.inc'
|
|
include 'mouse\structs.inc'
|
|
include 'display\constants.inc'
|
|
include 'display\structs.inc'
|
|
include 'timesync\constants.inc'
|
|
include 'timesync\structs.inc'
|
|
include 'guest_props\constants.inc'
|
|
include 'guest_props\structs.inc'
|
|
include 'shared_folders\constants.inc'
|
|
include 'shared_folders\structs.inc'
|
|
include 'clipboard\constants.inc'
|
|
include 'clipboard\structs.inc'
|
|
include 'seamless\constants.inc'
|
|
include 'seamless\structs.inc'
|