MW_TclHeaderCommon.h
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:1k
源码类别:

通讯编程

开发平台:

Visual C++

  1. /*
  2.  * MW_TclHeaderCommon.h --
  3.  *
  4.  *  Common includes for precompiled headers
  5.  *
  6.  * Copyright (c) 1998 by Scriptics Corporation.
  7.  *
  8.  * See the file "license.terms" for information on usage and redistribution
  9.  * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  10.  *
  11.  * RCS: @(#) $Id$
  12.  */
  13. #pragma once
  14. #include "tclMacCommonPch.h"
  15. /*
  16.  * Place any includes below that will are needed by the majority of the
  17.  * and is OK to be in any file in the system.
  18.  */
  19. #include "tcl.h"
  20. #ifdef BUILD_tcl
  21. # undef TCL_STORAGE_CLASS
  22. # define TCL_STORAGE_CLASS DLLEXPORT
  23. #endif
  24. #include "tclMac.h"
  25. #undef TCL_STORAGE_CLASS
  26. #define TCL_STORAGE_CLASS DLLIMPORT
  27. #include "tclInt.h"
  28. #if PRAGMA_IMPORT
  29. #pragma import on
  30. #endif
  31. #include <MoreFiles.h>
  32. #include <MoreFilesExtras.h>
  33. #include <FSpCompat.h>
  34. #include <FileCopy.h>
  35. #include <FullPath.h>
  36. #include <IterateDirectory.h>
  37. #include <MoreDesktopMgr.h>
  38. #include <DirectoryCopy.h>
  39. #include <Search.h>
  40. #ifdef PRAGMA_IMPORT_OFF
  41. #pragma import off
  42. #elif PRAGMA_IMPORT
  43. #pragma import reset
  44. #endif