Release 960606
[wine/multimedia.git] / win32 / console.c
blob48215cf8589c338df2fa55234e7b4185991b6829
1 /*
2 * Win32 kernel functions
4 * Copyright 1995 Martin von Loewis and Cameron Heide
5 */
7 #include <stdio.h>
8 #include "windows.h"
9 #include "winerror.h"
10 #include "kernel32.h"
11 #include "wincon.h"
12 #include "stddebug.h"
13 #include "debug.h"
15 /***********************************************************************
16 * SetConsoleCtrlHandler (KERNEL32.459)
18 BOOL SetConsoleCtrlHandler(HANDLER_ROUTINE * func, BOOL a)
20 return 0;