Update of /cvsroot/pgina/RADIUSplugin/RADIUSplugin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12170
Modified Files:
Tag: release-0-2-patches
stdafx.h
Log Message:
we need <afxwin.h> on AMD64, too
Index: stdafx.h
===================================================================
RCS file: /cvsroot/pgina/RADIUSplugin/RADIUSplugin/stdafx.h,v
retrieving revision 1.1.1.1.2.1
retrieving revision 1.1.1.1.2.2
diff -C2 -d -r1.1.1.1.2.1 -r1.1.1.1.2.2
*** stdafx.h 26 Aug 2005 17:28:51 -0000 1.1.1.1.2.1
--- stdafx.h 26 Aug 2005 18:13:24 -0000 1.1.1.1.2.2
***************
*** 8,11 ****
--- 8,13 ----
#pragma once
+ #include <afxwin.h> // MFC-Kern- und Standardkomponenten
+
#ifndef _WIN64 // MFC7 is currently not available on AMD64
***************
*** 34,38 ****
#define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // einige CString-Konstruktoren sind explizit
- #include <afxwin.h> // MFC-Kern- und Standardkomponenten
#include <afxext.h> // MFC-Erweiterungen
--- 36,39 ----
***************
*** 56,58 ****
#endif // _AFX_NO_AFXCMN_SUPPORT
! #endif // _WIN64
\ No newline at end of file
--- 57,59 ----
#endif // _AFX_NO_AFXCMN_SUPPORT
! #endif // _WIN64
|