Skip to content
Snippets Groups Projects
Commit 219c0464 authored by Andreas Schenk's avatar Andreas Schenk
Browse files

changed gosty to not show terminal window in Windows

parent 317be26e
Branches
Tags
No related merge requests found
...@@ -225,6 +225,9 @@ public: ...@@ -225,6 +225,9 @@ public:
} }
#ifdef _MSC_VER
#pragma comment(linker, "/SUBSYSTEM:windows /ENTRY:mainCRTStartup")
#endif
// initialise gosty - the graphical open structure interpreter // initialise gosty - the graphical open structure interpreter
int main(int argc, char** argv) int main(int argc, char** argv)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment