Leaked source code of windows server 2003
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.

34 lines
993 B

  1. /* msvideo.rc
  2. *
  3. * Capture DLL resource script.
  4. *
  5. * (C) Copyright Microsoft Corporation 1991. All rights reserved.
  6. */
  7. #include <windows.h>
  8. #include <vfw.h>
  9. #include "msvideo.rcv"
  10. #include "icm.rc" // Kludge, copied from compman to inc directory
  11. #if WINVER >= 0x400
  12. #include "..\mciwnd.32\strings.rc"
  13. #else
  14. #include "..\mciwnd\strings.rc"
  15. #endif
  16. // dont change this without changing DRAWDIB\PROFDISP.C & INIT.C
  17. #define IDS_PROFILING 4000
  18. #define IDS_DISPLAY_WARN 4001
  19. #define IDS_DISPLAY_SUCKS 4002
  20. #define IDS_ISRTL 4003
  21. STRINGTABLE LOADONCALL MOVEABLE DISCARDABLE
  22. BEGIN
  23. //
  24. // strings used by PROFDISP.
  25. //
  26. IDS_PROFILING "Profiling Display"
  27. IDS_DISPLAY_WARN "Warning!"
  28. IDS_DISPLAY_SUCKS "You may encounter display performance problems; please contact the manufacturer of your video board to see if an updated driver is available."
  29. IDS_ISRTL "0=rtl"
  30. END