We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3051a6e commit fc4411aCopy full SHA for fc4411a
allegro5/internal/da5.d
@@ -21,7 +21,7 @@ module allegro5.internal.da5;
21
char[] ColorWrapper(
22
in char[] prefix, in char[] func, in char[] arg_decls, in char[] arg_names)
23
{
24
- static if (needsMinGW4CallingConvention)
+ static if (NeedsMinGW4CallingConvention)
25
26
// Implement a new D function to wrap Allegro's C function,
27
// fixing the calling convention (see comment for ColorWrapper above).
0 commit comments