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.

16 lines
300 B

  1. #ifndef UNIXUI_H__
  2. #define UNIXUI_H__
  3. #ifdef __cplusplus
  4. extern "C"
  5. {
  6. #endif /* __cplusplus */
  7. //void UnixAdjustButtonSpacing(HWND hwnd, DWORD dwDlgId);
  8. void UnixRemoveMoreInfoButton(HWND hwnd, DWORD dwDlgId);
  9. #ifdef __cplusplus
  10. }
  11. #endif /* __cplusplus */
  12. #endif /* UNIXUI_H__ */