mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-29 19:53:44 -06:00
avrdude: Compilation on Windows/MSVC
This commit is contained in:
parent
68a570221b
commit
07817c8ee5
22 changed files with 2385 additions and 732 deletions
|
|
@ -8,7 +8,7 @@
|
|||
namespace Slic3r {
|
||||
|
||||
namespace AvrDude {
|
||||
int main(std::vector<std::string> args, std::string sys_config, std::ostream &stderr);
|
||||
int main(std::vector<std::string> args, std::string sys_config, std::ostream &os);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue