xref: /reactos/modules/rosapps/lib/vfdlib/vfdshguid.h (revision 595b846d)
1 /*
2 	vfdshguid.h
3 
4 	Virtual Floppy Drive for Windows
5 	Driver control library
6 	shell extension GUID header
7 
8 	Copyright (c) 2003-2005 Ken Kato
9 */
10 
11 #ifndef _VFDSHGUID_H_
12 #define _VFDSHGUID_H_
13 
14 DEFINE_GUID(CLSID_VfdShellExt, 0x296c1585L, 0x678f, 0x4584,
15 	0x8f, 0x02, 0x10, 0x39, 0xc1, 0xd1, 0x86, 0x4c);
16 
17 #endif	// _VFDSHGUID_H_
18