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.

14 lines
303 B

  1. /*
  2. * Multimedia registry keys
  3. *
  4. * For use with profile.c/profile.h in mciavi and video
  5. *
  6. */
  7. #ifdef WIN32
  8. #define KEYNAMEA "Software\\Microsoft\\Multimedia\\"
  9. #define KEYNAME TEXT("Software\\Microsoft\\Multimedia\\")
  10. #define KEYNAMEW KEYNAME
  11. #define ROOTKEY HKEY_CURRENT_USER
  12. #endif