syncDialog.h 428 B

1234567891011121314151617181920
  1. #ifndef _NULLSOFT_WINAMP_ML_PMP_SYNC_DIALOG_HEADER
  2. #define _NULLSOFT_WINAMP_ML_PMP_SYNC_DIALOG_HEADER
  3. #if defined(_MSC_VER) && (_MSC_VER >= 1020)
  4. #pragma once
  5. #endif
  6. #include <wtypes.h>
  7. class DeviceView;
  8. class C_ItemList;
  9. INT_PTR
  10. SyncDialog_Show(HWND centerWindow,
  11. DeviceView *device,
  12. C_ItemList *libraryList,
  13. C_ItemList *deviceList,
  14. BOOL autofillMode);
  15. #endif //_NULLSOFT_WINAMP_ML_PMP_SYNC_DIALOG_HEADER