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