Blame README-windows

Packit 713213
This implementation uses a library of CMU 1394 Digital Camera Library.
Packit 713213
http://www.cs.cmu.edu/~iwan/1394/
Packit 713213
Packit 713213
This implementation is tested on MinGW (mingw-get-inst-20110802.exe)
Packit 713213
Packit 713213
Known limitations:
Packit 713213
Packit 713213
- a lot of functionalities are untested. Please participate in the
Packit 713213
  effort and report bugs on the mailing list libdc1394-devel@lists.sf.net.
Packit 713213
Packit 713213
- the timestamps normally available in each dc1394video_frame_t are
Packit 713213
  NULL on windows. The CMU driver does not return this information
Packit 713213
  yet, because they have problem to get it from the Windows kernel
Packit 713213
  (google/grep for DESCRIPTOR_TIME_STAMP_ON_COMPLETION).
Packit 713213