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.

26 lines
581 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1998.
  5. //
  6. // File: dllsz.h
  7. //
  8. // Contents: SyncMgr dll string extern constants
  9. //
  10. // History: 18-Feb-98 SusiA Created.
  11. //
  12. //--------------------------------------------------------------------------
  13. #ifndef _Dll_STRINGC_
  14. #define _Dll_STRINGC_
  15. extern "C" {
  16. // place dll specific strings here.
  17. extern const WCHAR SZ_REGSITRYMUTEXNAME[];
  18. extern const WCHAR SZ_SCHEDULEMUTEXNAME[];
  19. };
  20. #endif // _Dll_STRINGC_