diff options
Diffstat (limited to 'plugins/Rate/src')
-rw-r--r-- | plugins/Rate/src/main.cpp | 2 | ||||
-rw-r--r-- | plugins/Rate/src/stdafx.cxx (renamed from plugins/Rate/src/stdafx.cpp) | 2 | ||||
-rw-r--r-- | plugins/Rate/src/stdafx.h (renamed from plugins/Rate/src/commonheaders.h) | 2 |
3 files changed, 2 insertions, 4 deletions
diff --git a/plugins/Rate/src/main.cpp b/plugins/Rate/src/main.cpp index 7677f10aa5..e8772dbcc0 100644 --- a/plugins/Rate/src/main.cpp +++ b/plugins/Rate/src/main.cpp @@ -33,7 +33,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include "commonheaders.h"
+#include "stdafx.h"
HINSTANCE g_hInst;
diff --git a/plugins/Rate/src/stdafx.cpp b/plugins/Rate/src/stdafx.cxx index 048b14e9d2..6fb37564b7 100644 --- a/plugins/Rate/src/stdafx.cpp +++ b/plugins/Rate/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 "commonheaders.h"
\ No newline at end of file +#include "stdafx.h"
\ No newline at end of file diff --git a/plugins/Rate/src/commonheaders.h b/plugins/Rate/src/stdafx.h index 8fe6e4011b..d97f07e665 100644 --- a/plugins/Rate/src/commonheaders.h +++ b/plugins/Rate/src/stdafx.h @@ -21,8 +21,6 @@ #ifndef COMMHEADERS_H
#define COMMHEADERS_H
-#define _CRT_SECURE_NO_WARNINGS
-
#include <windows.h>
#include <win2k.h>
|