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.

20 lines
376 B

  1. //
  2. // fuimg2.h
  3. //
  4. // September.3,1997 H.Ishida (FPL)
  5. // fjxlres.dll (NT5.0 MiniDriver)
  6. //
  7. // Aug.2,1996 H.Ishida(FPL)
  8. // FJXL.DLL (NT4.0 MiniDriver)
  9. //
  10. // COPYRIGHT(C) FUJITSU LIMITED 1996-1997
  11. #ifndef fuimg2_h
  12. #define fuimg2_h
  13. void fuxlOutputRTGIMG2(PDEVOBJ pdevobj, LPCBYTE lpBuf, UINT bxBuf, UINT y, UINT cy);
  14. #endif // fuimg2_h
  15. // end of fuimg2.h