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.

27 lines
405 B

  1. #include "compch.h"
  2. #pragma hdrstop
  3. #include <syncrasp.h>
  4. static
  5. LRESULT
  6. CALLBACK
  7. SyncMgrRasProc (
  8. UINT uMsg,
  9. WPARAM wParam,
  10. LPARAM lParam
  11. )
  12. {
  13. return -1;
  14. }
  15. //
  16. // !! WARNING !! The entries below must be in alphabetical order, and are CASE SENSITIVE (eg lower case comes last!)
  17. //
  18. DEFINE_PROCNAME_ENTRIES(mobsync)
  19. {
  20. DLPENTRY(SyncMgrRasProc)
  21. };
  22. DEFINE_PROCNAME_MAP(mobsync)