mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 18:07:31 +09:00
7 lines
102 B
C++
7 lines
102 B
C++
|
|
#ifdef CFLAG
|
||
|
|
#error CFLAG should not be set
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#ifndef CCFLAG
|
||
|
|
#error CCFLAG should be set
|
||
|
|
#endif
|