bunch of small fixes, add msg.txt to about prefs
[goodguy/history.git] / cinelerra-5.0 / quicktime / workarounds.h
1 #ifndef WORKAROUNDS_H
2 #define WORKAROUNDS_H
3
4 // Work around gcc bugs by forcing external linkage
5
6 int64_t quicktime_add(int64_t a, int64_t b);
7 int64_t quicktime_add3(int64_t a, int64_t b, int64_t c);
8 uint16_t quicktime_copy(int value);
9
10 #endif