Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
603 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1994.
  5. //
  6. // File: layouthd.hxx
  7. //
  8. // Contents: Theis is so both layout and layoutu can share the cruntime source code
  9. // Classes:
  10. //
  11. // Functions:
  12. //
  13. // History: 20-Jun-96 SusiA Share Cruntime functions
  14. //
  15. //----------------------------------------------------------------------------
  16. #ifndef __LAYOUTHD_HXX__
  17. #define __LAYOUTHD_HXX__
  18. // do nothing here for layoutui, to share the cruntime.cxx code
  19. #endif // #ifndef __LAYOUTHD_HXX__