diff options
Diffstat (limited to 'plugins/CSList/src')
-rw-r--r-- | plugins/CSList/src/cslist.cpp | 2 | ||||
-rw-r--r-- | plugins/CSList/src/stdafx.cxx (renamed from plugins/CSList/src/stdafx.cpp) | 2 | ||||
-rw-r--r-- | plugins/CSList/src/stdafx.h (renamed from plugins/CSList/src/cslist.h) | 2 |
3 files changed, 2 insertions, 4 deletions
diff --git a/plugins/CSList/src/cslist.cpp b/plugins/CSList/src/cslist.cpp index 3c1a3d8ebb..29de682404 100644 --- a/plugins/CSList/src/cslist.cpp +++ b/plugins/CSList/src/cslist.cpp @@ -24,7 +24,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ======================================================================== */ -#include "cslist.h" +#include "stdafx.h" #include "strpos.h" CLIST_INTERFACE *pcli; diff --git a/plugins/CSList/src/stdafx.cpp b/plugins/CSList/src/stdafx.cxx index f481d2b8d8..6fb37564b7 100644 --- a/plugins/CSList/src/stdafx.cpp +++ b/plugins/CSList/src/stdafx.cxx @@ -15,4 +15,4 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "cslist.h"
\ No newline at end of file +#include "stdafx.h"
\ No newline at end of file diff --git a/plugins/CSList/src/cslist.h b/plugins/CSList/src/stdafx.h index 219a63771a..491041b688 100644 --- a/plugins/CSList/src/cslist.h +++ b/plugins/CSList/src/stdafx.h @@ -33,8 +33,6 @@ #ifndef __CSLIST_H
#define __CSLIST_H 1
-#define _CRT_SECURE_NO_WARNINGS
-
#include <windows.h>
#include <newpluginapi.h>
|