home *** CD-ROM | disk | FTP | other *** search
- /* V41UNDEF.H - Compatibility Layer file
- * Copyright (C) 1996 Visio Corporation. All rights reserved.
- */
-
- #ifndef _v41undef_H
- #define _v41undef_H
-
- #ifdef VISIO_41_COMPATIBILITY_LAYER
-
- #undef Application
- #undef Cell
- #undef Characters
- #undef Connect
- #undef Connects
- #undef Document
- #undef Documents
- #undef Master
- #undef Masters
- #undef Page
- #undef Pages
- #undef Selection
- #undef Shape
- #undef Shapes
- #undef Style
- #undef Styles
- #undef Window
- #undef Windows
- #undef Layer
- #undef Layers
- #undef Font
- #undef Fonts
- #undef Color
- #undef Colors
- #undef Addon
- #undef Addons
- #undef Event
- #undef EventList
-
- #endif // VISIO_41_COMPATIBILITY_LAYER
-
- #endif // _v41undef_H
-