Added header lines to the file
This commit is contained in:
parent
791d990bd7
commit
3e4ffd2524
1 changed files with 9 additions and 2 deletions
|
|
@ -1,9 +1,16 @@
|
|||
/**
|
||||
* @file misc.cpp
|
||||
*/
|
||||
|
||||
/*
|
||||
* $Author$
|
||||
* $Revision$
|
||||
* $Date$
|
||||
*/
|
||||
|
||||
#ifdef WIN32
|
||||
#pragma warning(disable:4786)
|
||||
#pragma warning(disable:4503)
|
||||
|
||||
//#include "ctwin.h"
|
||||
#endif
|
||||
|
||||
#include "global.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue