1
0

syncCloudDialog.h 453 B

1234567891011121314151617
  1. #ifndef _NULLSOFT_WINAMP_ML_PMP_SYNC_CLOUD_DIALOG_HEADER
  2. #define _NULLSOFT_WINAMP_ML_PMP_SYNC_CLOUD_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 SyncCloudDialog_Show(HWND centerWindow, DeviceView *device,
  10. C_ItemList *libraryList/*, C_ItemList *deviceList,
  11. BOOL autofillMode*/);
  12. #endif //_NULLSOFT_WINAMP_ML_PMP_SYNC_CLOUD_DIALOG_HEADER