Release 950109
[wine.git] / misc / escape.c
blobb848f3a96217a8e9f2206f265a641855d8cd167b
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 LPSTR lpszInData, LPSTR lpvOutData)
16 fprintf(stderr, "Escape(nEscape = %04x)\n", nEscape);
17 return 0;