Skip to content

Commit

Permalink
Merge pull request #71 from kaleidicassociates/John-Colvin-patch-1
Browse files Browse the repository at this point in the history
missing dllMainMixinStr import in wrapAll
  • Loading branch information
atilaneves authored Mar 26, 2019
2 parents e51b266 + 919940d commit aa308cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/source/autowrap/python/boilerplate.d
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ string wrapAll(in LibraryName libraryName,
extern(C) WorksheetFunction[] getWorksheetFunctions() @safe pure nothrow { return []; }
};
} else version(Windows) {
import autowrap.common : dllMainMixinStr;
ret ~= dllMainMixinStr;
}

Expand Down

0 comments on commit aa308cd

Please sign in to comment.