Differences From Artifact [20e741b0e5]:
- File ffcall/avcall/asmi386.h — part of check-in [24d3bc4776] at 2011-01-30 17:11:43 on branch trunk — Adding ffcall (and built files) (user: matt, size: 3690) [annotate] [blame] [check-ins using] [more...]
- File ffcall/callback/vacall_r/asmi386.h — part of check-in [24d3bc4776] at 2011-01-30 17:11:43 on branch trunk — Adding ffcall (and built files) (user: matt, size: 3690) [annotate] [blame] [check-ins using]
- File ffcall/vacall/asmi386.h — part of check-in [24d3bc4776] at 2011-01-30 17:11:43 on branch trunk — Adding ffcall (and built files) (user: matt, size: 3690) [annotate] [blame] [check-ins using]
To Artifact [5ef67634e0]:
- File ffcall/avcall/asmi386.h — part of check-in [c83183fa27] at 2013-05-11 07:09:05 on branch trunk — Updated ffcall src. Removed canvas-draw (can use direct from site now?) (user: matt, size: 3716) [annotate] [blame] [check-ins using] [more...]
- File ffcall/callback/vacall_r/asmi386.h — part of check-in [c83183fa27] at 2013-05-11 07:09:05 on branch trunk — Updated ffcall src. Removed canvas-draw (can use direct from site now?) (user: matt, size: 3716) [annotate] [blame] [check-ins using]
- File ffcall/vacall/asmi386.h — part of check-in [c83183fa27] at 2013-05-11 07:09:05 on branch trunk — Updated ffcall src. Removed canvas-draw (can use direct from site now?) (user: matt, size: 3716) [annotate] [blame] [check-ins using]
︙ | |||
227 228 229 230 231 232 233 | 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 | - + | #else #define GLOBL(name) .globl name #endif #ifdef _MSC_VER #define DECLARE_FUNCTION(name) |
︙ |