mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 21:58:03 -06:00
One more fix for Make compile and works for FreeBSD (#3556)
This commit is contained in:
parent
b1145df566
commit
1850685431
1 changed files with 3 additions and 0 deletions
|
@ -112,6 +112,9 @@ int get_dpi_for_window(wxWindow *window)
|
||||||
#elif defined __APPLE__
|
#elif defined __APPLE__
|
||||||
// TODO
|
// TODO
|
||||||
return DPI_DEFAULT;
|
return DPI_DEFAULT;
|
||||||
|
#else // freebsd and others
|
||||||
|
// TODO
|
||||||
|
return DPI_DEFAULT;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue