some changes for compalibility with Visual C++ 2005 compiler
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@48 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
@@ -17,8 +17,6 @@
|
||||
#include <fstream>
|
||||
#include <strstream>
|
||||
|
||||
using namespace std;
|
||||
|
||||
// C Includes
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
#ifndef CIniFile_H
|
||||
#define CIniFile_H
|
||||
using namespace std;
|
||||
|
||||
// C++ Includes
|
||||
#include <string>
|
||||
#include <vector>
|
||||
@@ -21,6 +21,8 @@ using namespace std;
|
||||
// C Includes
|
||||
#include <stdlib.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
#define MAX_KEYNAME 128
|
||||
#define MAX_VALUENAME 128
|
||||
#define MAX_VALUEDATA 2048
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
|
||||
***************************************************************************/
|
||||
#include <iostream>
|
||||
#include <fstream.h>
|
||||
#include <fstream>
|
||||
#include <qdatetime.h>
|
||||
#include <qobject.h>
|
||||
#include "random.h"
|
||||
|
||||
Reference in New Issue
Block a user