You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
589 B
22 lines
589 B
#pragma once
|
|
|
|
#define scom_mask_translator (1 << 0)
|
|
#define scom_mask_log4z (1 << 1)
|
|
#define scom_mask_taskloop (1 << 2)
|
|
|
|
#define scom_mask_render_skia (1 << 3)
|
|
#define scom_mask_render_gdi (1 << 4)
|
|
|
|
#define scom_mask_imgdecoder_gdip (1 << 5)
|
|
#define scom_mask_imgdecoder_png (1 << 6)
|
|
#define scom_mask_imgdecoder_stb (1 << 7)
|
|
#define scom_mask_imgdecoder_wic (1 << 8)
|
|
|
|
#define scom_mask_resprovider_zip (1 << 9)
|
|
#define scom_mask_resprovider_7z (1 << 10)
|
|
#define scom_mask_script_lua (1 << 11)
|
|
|
|
#define scom_mask_ipcobject (1<<12)
|
|
|
|
#define scom_mask_scom_all (0xffffffff)
|
|
|
|
|