]> code.delx.au - gnu-emacs/blobdiff - nt/ddeclient.c
(revert-buffer): Fix previous change.
[gnu-emacs] / nt / ddeclient.c
index 406e99fe0a2d8443c4949cf70e5989a8a4992f61..bd192c61f47dc8156bbcd46227073fb16cd59d6e 100644 (file)
@@ -1,5 +1,6 @@
 /* Simple client interface to DDE servers.
-   Copyright (C) 1998 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2002, 2003, 2004, 2005,
+      2006 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -15,15 +16,15 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GNU Emacs; see the file COPYING.  If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #include <windows.h>
 #include <ddeml.h>
 #include <stdlib.h>
 #include <stdio.h>
 
-HDDEDATA CALLBACK 
+HDDEDATA CALLBACK
 DdeCallback (UINT uType, UINT uFmt, HCONV hconv,
             HSZ hsz1, HSZ hsz2, HDDEDATA hdata,
             DWORD dwData1, DWORD dwData2)
@@ -74,3 +75,6 @@ main (argc, argv)
 
   return (0);
 }
+
+/* arch-tag: 360d7a99-2cae-447e-8d06-41ca41987e30
+   (do not change this comment) */