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
20 lines
376 B
//
|
|
// fuimg2.h
|
|
//
|
|
// September.3,1997 H.Ishida (FPL)
|
|
// fjxlres.dll (NT5.0 MiniDriver)
|
|
//
|
|
// Aug.2,1996 H.Ishida(FPL)
|
|
// FJXL.DLL (NT4.0 MiniDriver)
|
|
//
|
|
// COPYRIGHT(C) FUJITSU LIMITED 1996-1997
|
|
#ifndef fuimg2_h
|
|
#define fuimg2_h
|
|
|
|
|
|
void fuxlOutputRTGIMG2(PDEVOBJ pdevobj, LPCBYTE lpBuf, UINT bxBuf, UINT y, UINT cy);
|
|
|
|
|
|
#endif // fuimg2_h
|
|
// end of fuimg2.h
|
|
|