summaryrefslogtreecommitdiffstats
path: root/public/sdk/inc/mfc30/afxdllx.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--public/sdk/inc/mfc30/afxdllx.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/public/sdk/inc/mfc30/afxdllx.h b/public/sdk/inc/mfc30/afxdllx.h
new file mode 100644
index 000000000..08ffd1427
--- /dev/null
+++ b/public/sdk/inc/mfc30/afxdllx.h
@@ -0,0 +1,20 @@
+// Microsoft Foundation Classes C++ library.
+// Copyright (C) 1992 Microsoft Corporation,
+// All rights reserved.
+
+// This source code is only intended as a supplement to the
+// Microsoft Foundation Classes Reference and Microsoft
+// QuickHelp and/or WinHelp documentation provided with the library.
+// See these sources for detailed information regarding the
+// Microsoft Foundation Classes product.
+
+/////////////////////////////////////////////////////////////////////////////
+// AFXDLLX.H: Extra header for building an MFC Extension DLL
+// This file is really a source file that you should include in the
+// main source file of your DLL.
+/////////////////////////////////////////////////////////////////////////////
+
+// Note: this file is not required with the Win32 version of MFC, but it
+// is provided for backward compatibility with existing extension DLLs.
+
+/////////////////////////////////////////////////////////////////////////////