# | Line 1 | Line 1 | |
---|---|---|
1 | ||
2 | < | __declspec(dllexport) void VTPauseSampling() {return;} |
3 | < | __declspec(dllexport) void VTResumeSampling() {return;} |
2 | > | __declspec(dllexport) void __cdecl VTPauseSampling() {return;} |
3 | > | __declspec(dllexport) void __cdecl VTResumeSampling() {return;} |
4 | ||
5 | __declspec(dllexport) int __stdcall _BinkBufferClose(int arg1) {return 0;} | |
6 | __declspec(dllexport) int __stdcall _BinkNextFrame(int arg1) {return 0;} |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |