Revision 4568944b800da8e51d1ea3c90a6107a3d6c57cb5 authored by Rene Brun on 19 February 2004, 23:47:40 UTC, committed by Rene Brun on 19 February 2004, 23:47:40 UTC
Fix for a problem affecting TBenchDict on Windows


git-svn-id: http://root.cern.ch/svn/root/trunk@8273 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent c5cb236
Raw File
LinkDef.h
/* @(#)root/win32:$Name$:$Id$ */

/*************************************************************************
 * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers.               *
 * All rights reserved.                                                  *
 *                                                                       *
 * For the licensing terms see $ROOTSYS/LICENSE.                         *
 * For the list of contributors see $ROOTSYS/README/CREDITS.             *
 *************************************************************************/

#ifdef __CINT__

#pragma link off all globals;
#pragma link off all classes;
#pragma link off all functions;

#pragma link C++ class TGWin32;
#pragma link C++ class TWin32GuiFactory;

#endif
back to top