~ubuntu-branches/ubuntu/trusty/3depict/trusty-proposed

« back to all changes in this revision

Viewing changes to src/winconsole.cpp

  • Committer: Package Import Robot
  • Author(s): D Haley
  • Date: 2013-07-20 18:31:32 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20130720183132-5ak932y2x6pwo4fs
Tags: 0.0.14-1
* Update to upstream, 0.0.14
* Enable mathgl2.x configure option
* Modify build-depends, libmgl-dev >= 2.1.32

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 *      along with this program.  If not, see <http://www.gnu.org/licenses/>.
17
17
*/
18
18
 
 
19
//Prevent 
 
20
#if defined(__WIN32) || defined(__WIN64)
 
21
 
19
22
// winconsole.cpp
20
23
#include "winconsole.h"
21
24
#include <cstdio>
53
56
  // remove the winconsole window
54
57
  FreeConsole();
55
58
}
 
59
 
 
60
#endif