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.

25 lines
389 B

  1. #ifndef _INC_COMCTL32_DLGCVT_H
  2. #define _INC_COMCTL32_DLGCVT_H
  3. #ifndef _INC_WINDOWSX
  4. # include <windowsx.h>
  5. #endif
  6. #ifndef __CCSTOCK_H__
  7. # include <ccstock.h>
  8. #endif
  9. #ifdef __cplusplus
  10. extern "C" {
  11. #endif
  12. HRESULT CvtDlgToDlgEx(LPDLGTEMPLATE pTemplate, LPDLGTEMPLATEEX *ppTemplateExOut, int iCharset);
  13. #ifdef __cplusplus
  14. } // extern "C"
  15. #endif
  16. #endif // _INC_COMCTL32_DLGCVT_H