summaryrefslogtreecommitdiff
path: root/nt/ddeclient.c
diff options
context:
space:
mode:
Diffstat (limited to 'nt/ddeclient.c')
-rw-r--r--nt/ddeclient.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/nt/ddeclient.c b/nt/ddeclient.c
index 7bbbdb0f48b..a9ad6d6bba0 100644
--- a/nt/ddeclient.c
+++ b/nt/ddeclient.c
@@ -21,6 +21,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#include <stdlib.h>
#include <stdio.h>
+HDDEDATA CALLBACK DdeCallback (UINT, UINT, HCONV, HSZ, HSZ, HDDEDATA, DWORD,
+ DWORD);
+
HDDEDATA CALLBACK
DdeCallback (UINT uType, UINT uFmt, HCONV hconv,
HSZ hsz1, HSZ hsz2, HDDEDATA hdata,