Release 960516
[wine.git] / misc / escape.c
blobf86def0bd3c41e9947d874083943b980f3c1cbde
1 /*
2 * Escape() function.
4 * Copyright 1994 Bob Amstadt
6 static char Copyright[] = "Copyright Bob Amstadt, 1994";
7 */
9 #include <stdlib.h>
10 #include <stdio.h>
11 #include "windows.h"
13 INT Escape(HDC hdc, INT nEscape, INT cbInput,
14 LPCSTR lpszInData, LPVOID lpvOutData)
16 fprintf(stderr, "Escape(nEscape = %04x)\n", nEscape);
17 return 0;