changeset 11831:386ec55b6a15

[gaim-migrate @ 14122] It turns out this isn't at all necessary. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 26 Oct 2005 02:28:55 +0000
parents 9cd233ea2799
children 9ca386c15ffe
files src/Makefile.am src/win32/stdafx.h src/win32/win32dep.c
diffstat 3 files changed, 0 insertions(+), 20 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.am	Wed Oct 26 01:48:33 2005 +0000
+++ b/src/Makefile.am	Wed Oct 26 02:28:55 2005 +0000
@@ -13,7 +13,6 @@
 		win32/libc_interface.h \
 		win32/libc_internal.h \
 		win32/resource.h \
-		win32/stdafx.h \
 		win32/untar.c \
 		win32/untar.h \
 		win32/wgaimerror.h \
--- a/src/win32/stdafx.h	Wed Oct 26 01:48:33 2005 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +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__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_)
-#define AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_
-
-#if _MSC_VER > 1000
-#pragma once
-#endif /* _MSC_VER > 1000 */
-
-#define WIN32_LEAN_AND_MEAN /* Exclude rarely-used stuff from Windows headers */
-
-#include <windows.h>
-#include <shellapi.h>
-
-#endif /* !defined(AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_) */
--- a/src/win32/win32dep.c	Wed Oct 26 01:48:33 2005 +0000
+++ b/src/win32/win32dep.c	Wed Oct 26 02:28:55 2005 +0000
@@ -35,7 +35,6 @@
 #include "debug.h"
 #include "notify.h"
 
-#include "stdafx.h"
 #include "resource.h"
 #include "idletrack.h"
 #include "zlib.h"