* lib/Makefile.in: Added ativscp-uuid as source and object.
        * lib/uuid.c (IID_IActiveScript, IID_IActiveScriptError,
        IID_IActiveScriptParse, IID_IActiveScriptSite,
        IID_IActiveScriptSiteWindow): Remove.  Moved to ativscp-uuid.c.
        * lib/ativscp-uuid.c: New file.
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			798 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			798 B
		
	
	
	
		
			C
		
	
	
	
	
	
/* ativscp-uuid.c */
 | 
						|
/* Generate GUIDs for ActiveScript interfaces */
 | 
						|
 | 
						|
/* All IIDs defined in this file were extracted from
 | 
						|
 * HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\ */
 | 
						|
 | 
						|
/* All CLSIDs defined in this file were extracted from
 | 
						|
 * HKEY_CLASSES_ROOT\CLSID\ */
 | 
						|
 | 
						|
#define INITGUID
 | 
						|
#include <basetyps.h>
 | 
						|
DEFINE_GUID(IID_IActiveScript,0xbb1a2ae1,0xa4f9,0x11cf,0x8f,0x20,0,0x80,0x5f,0x2c,0xd0,0x64);
 | 
						|
DEFINE_GUID(IID_IActiveScriptError,0xeae1ba61,0xa4ed,0x11cf,0x8f,0x20,0,0x80,0x5f,0x2c,0xd0,0x64);
 | 
						|
DEFINE_GUID(IID_IActiveScriptParse,0xbb1a2ae2,0xa4f9,0x11cf,0x8f,0x20,0,0x80,0x5f,0x2c,0xd0,0x64);
 | 
						|
DEFINE_GUID(IID_IActiveScriptSite,0xdb01a1e3,0xa42b,0x11cf,0x8f,0x20,0,0x80,0x5f,0x2c,0xd0,0x64);
 | 
						|
DEFINE_GUID(IID_IActiveScriptSiteWindow,0xd10f6761,0x83e9,0x11cf,0x8f,0x20,0,0x80,0x5f,0x2c,0xd0,0x64);
 |