Unick-soft
#define FLAG_B 0x1
#define FLAG_A 0x4 | FLAG_B
dwFlags == FLAG_A
#define FLAG_A (0x4 | FLAG_B
← Назад к списку заметок