Integration of OCCT 6.5.0 from SVN
[occt.git] / src / InterfaceGraphic / InterfaceGraphic_XWD.hxx
1
2 #ifndef InterfaceGraphic_XWDHeader
3 #define InterfaceGraphic_XWDHeader
4
5 /* 
6   
7                      Copyright (C) 1991,1992,1993 by
8   
9                       MATRA DATAVISION, FRANCE
10   
11 This software is furnished in accordance with the terms and conditions
12 of the contract and with the inclusion of the above copyright notice.
13 This software or any other copy thereof may not be provided or otherwise
14 be made available to any other person. No title to an ownership of the
15 software is hereby transferred.
16   
17 At the termination of the contract, the software and all copies of this
18 software must be deleted.
19   
20 Facility : CAS-CADE V1
21   
22 */ 
23
24 /*
25  * InterfaceGraphic_SWAPTEST =  0 sur sun, sgi, hp
26  *                              1 sur ao1
27  */
28
29 #define InterfaceGraphic_SWAPTEST (*(char*)&InterfaceGraphic_swaptest)
30 static unsigned long InterfaceGraphic_swaptest = 1;
31
32 #include <InterfaceGraphic_X11.hxx>
33
34 #include <X11/XWDFile.h>
35
36 #endif /* InterfaceGraphic_XWDHeader */