home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1999 January
/
pcwk_01_1999.iso
/
Wtestowe
/
Vistdstd
/
Install
/
Data.Z
/
V41undef.H
< prev
next >
Wrap
C/C++ Source or Header
|
1996-09-16
|
693b
|
42 lines
/* 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