Leaked source code of windows server 2003
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.

37 lines
1021 B

  1. /*******************************************************************************
  2. * Stuff.h *
  3. *---------*
  4. * Description:
  5. * This is the header file for the speech control panel applet.
  6. *-------------------------------------------------------------------------------
  7. * Created By: MIKEAR Date: 11/17/98
  8. * Copyright (C) 1998 Microsoft Corporation
  9. * All Rights Reserved
  10. *
  11. *-------------------------------------------------------------------------------
  12. * Revisions:
  13. *
  14. *******************************************************************************/
  15. #ifndef _Stuff_h
  16. #define _Stuff_h
  17. #include "TTSDlg.h"
  18. #include "SRDlg.h"
  19. // Globals
  20. static BOOL g_bNoInstallError = FALSE;
  21. CTTSDlg *g_pTTSDlg = NULL;
  22. CSRDlg *g_pSRDlg = NULL;
  23. CEnvrDlg *g_pEnvrDlg = NULL;
  24. // Constants
  25. const UINT kcMaxPages = 3;
  26. // This isn't in the NT4 headers
  27. #ifndef WS_EX_LAYOUTRTL
  28. #define WS_EX_LAYOUTRTL 0x00400000L
  29. #endif
  30. #endif // #ifdef _Stuff_h