00001 /* @(#)root/treeviewer:$Id: LinkDefWin32.h 20882 2007-11-19 11:31:26Z rdm $ */ 00002 00003 /************************************************************************* 00004 * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. * 00005 * All rights reserved. * 00006 * * 00007 * For the licensing terms see $ROOTSYS/LICENSE. * 00008 * For the list of contributors see $ROOTSYS/README/CREDITS. * 00009 *************************************************************************/ 00010 00011 #ifdef __CINT__ 00012 00013 #pragma link off all globals; 00014 #pragma link off all classes; 00015 #pragma link off all functions; 00016 00017 #pragma link C++ class TTreeViewer-; 00018 #pragma link C++ class TPaveVar+; 00019 00020 #endif