41 lines
956 B
C
41 lines
956 B
C
|
/*
|
||
|
* isguids.h Internet shortcut GUIDs
|
||
|
*
|
||
|
* =========================================================================
|
||
|
*
|
||
|
* Open Watcom Project
|
||
|
*
|
||
|
* Copyright (c) 2004-2010 The Open Watcom Contributors. All Rights Reserved.
|
||
|
*
|
||
|
* This file is automatically generated. Do not edit directly.
|
||
|
*
|
||
|
* =========================================================================
|
||
|
*/
|
||
|
|
||
|
#ifndef _ISGUIDS_H_
|
||
|
#define _ISGUIDS_H_
|
||
|
|
||
|
#ifndef _ENABLE_AUTODEPEND
|
||
|
#pragma read_only_file;
|
||
|
#endif
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
/* UUIDs */
|
||
|
EXTERN_C const CLSID CLSID_InternetShortcut;
|
||
|
EXTERN_C const IID IID_IUniformResourceLocatorA;
|
||
|
EXTERN_C const IID IID_IUniformResourceLocatorW;
|
||
|
#ifdef UNICODE
|
||
|
#define IID_IUniformResourceLocator IID_IUniformResourceLocatorW
|
||
|
#else
|
||
|
#define IID_IUniformResourceLocator IID_IUniformResourceLocatorA
|
||
|
#endif
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
} /* extern "C" */
|
||
|
#endif
|
||
|
|
||
|
#endif /* _ISGUIDS_H_ */
|