ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/Daodan_DLLStubs.c
(Generate patch)

Comparing Daodan/src/Daodan_DLLStubs.c (file contents):
Revision 272 by rossy, Tue Mar 17 09:06:00 2009 UTC vs.
Revision 275 by rossy, Wed Mar 18 07:14:58 2009 UTC

# 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;}

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)