From 57b3aec6513cdf43e85593017541e702742a9ae0 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 31 Mar 2004 04:14:08 +0000 Subject: Some win32 changes and fixes. --- src/stdafx.cpp | 8 -------- src/stdafx.h | 21 --------------------- 2 files changed, 29 deletions(-) delete mode 100644 src/stdafx.cpp delete mode 100644 src/stdafx.h (limited to 'src') diff --git a/src/stdafx.cpp b/src/stdafx.cpp deleted file mode 100644 index 1679211..0000000 --- a/src/stdafx.cpp +++ /dev/null @@ -1,8 +0,0 @@ -// stdafx.cpp : source file that includes just the standard includes -// rtfm.pch will be the pre-compiled header -// stdafx.obj will contain the pre-compiled type information - -#include "stdafx.h" - -// TODO: reference any additional headers you need in STDAFX.H -// and not in this file diff --git a/src/stdafx.h b/src/stdafx.h deleted file mode 100644 index 2e79205..0000000 --- a/src/stdafx.h +++ /dev/null @@ -1,21 +0,0 @@ -// stdafx.h : include file for standard system include files, -// or project specific include files that are used frequently, but -// are changed infrequently -// - -#if !defined(AFX_STDAFX_H__AB96EF4C_5FF8_4004_96FA_747CCDFE3E7C__INCLUDED_) -#define AFX_STDAFX_H__AB96EF4C_5FF8_4004_96FA_747CCDFE3E7C__INCLUDED_ - -#if _MSC_VER > 1000 -#pragma once -#endif // _MSC_VER > 1000 - - -// TODO: reference additional headers your program requires here -#include -#include - -//{{AFX_INSERT_LOCATION}} -// Microsoft Visual C++ will insert additional declarations immediately before the previous line. - -#endif // !defined(AFX_STDAFX_H__AB96EF4C_5FF8_4004_96FA_747CCDFE3E7C__INCLUDED_) -- cgit v1.2.3