19 lines
299 B
C
19 lines
299 B
C
|
|
/* - - - - - - - - */
|
|
|
|
/*
|
|
** Copyright (C) Microsoft Corporation 1993. All rights reserved.
|
|
*/
|
|
|
|
/* - - - - - - - - */
|
|
|
|
#include <windows.h>
|
|
#include <windowsx.h>
|
|
#include <win32.h>
|
|
#include <string.h>
|
|
#include <mmsystem.h>
|
|
#define INITGUID
|
|
#include <compobj.h>
|
|
#include <vfw.h>
|
|
#include <coguid.h>
|