blob: 9336c84b1ecdf6ba9c220f6ada6b50d1b3e8d29e [file] [log] [blame]
/*
* Escape() function.
*
* Copyright 1994 Bob Amstadt
*
static char Copyright[] = "Copyright Bob Amstadt, 1994";
*/
#include <stdlib.h>
#include <stdio.h>
#include "windows.h"
INT Escape(HDC hdc, INT nEscape, INT cbInput,
LPCSTR lpszInData, LPVOID lpvOutData)
{
/* fprintf(stderr, "Escape(nEscape = %04x)\n", nEscape); */
return 0;
}