home *** CD-ROM | disk | FTP | other *** search
- /*++
-
- (C) Copyright 1995 - 1999 Microsoft Corporation. All rights reserved.
-
- Module Name:
-
- guids.cpp
-
- Abstract:
-
- GUID definitions.
-
- --*/
-
-
- /* Common Headers
- *****************/
-
- #include "project.hpp"
- #pragma hdrstop
-
-
- /* GUIDs
- ********/
-
- #pragma data_seg(DATA_SEG_READ_ONLY)
-
- #include <initguid.h>
-
- #include <jevmon.h>
-
- #include "jviewprf.hpp"
-
- #pragma data_seg()
-
-