folderbrowser.h 394 B

12345678910111213141516171819202122
  1. #ifndef NULLOSFT_MEDIALIBRARY_FOLDERBROWSER_CONTROL_HEADER
  2. #define NULLOSFT_MEDIALIBRARY_FOLDERBROWSER_CONTROL_HEADER
  3. #if defined(_MSC_VER) && (_MSC_VER >= 1020)
  4. #pragma once
  5. #endif
  6. #include <windows.h>
  7. #ifdef __cplusplus
  8. extern "C" {
  9. #endif
  10. BOOL RegisterFolderBrowserControl(HINSTANCE hInstance);
  11. #ifdef __cplusplus
  12. }
  13. #endif
  14. #endif // NULLOSFT_MEDIALIBRARY_FOLDERBROWSER_CONTROL_HEADER