Get rid of all other #pragma once's, except the one in StdAfx.h.
(three cheers for perl)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#pragma once
|
||||
#ifndef INIFILE_H
|
||||
#define INIFILE_H
|
||||
/*
|
||||
-----------------------------------------------------------------------------
|
||||
Class: IniFile
|
||||
@@ -91,3 +92,5 @@ public:
|
||||
|
||||
const_iterator GetKey(const CString &keyname) const;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user