10 lines
143 B
C
10 lines
143 B
C
#include "presentation-time-server-protocol.h"
|
|
|
|
int main() {
|
|
#ifdef PRESENTATION_TIME_SERVER_PROTOCOL_H
|
|
return 0;
|
|
#else
|
|
return 1;
|
|
#endif
|
|
}
|