kopia lustrzana https://gitlab.com/sane-project/backends
Added last minute fix to avoid compilation trouble with gcc 3.4.
rodzic
b8a5ab3641
commit
53c4fe2e15
|
@ -3,6 +3,8 @@
|
|||
* doc/descriptions/unsupported.desc: Added link to more info about
|
||||
Microtek ScanMaker 3630.
|
||||
* NEWS: Updated for release.
|
||||
* backend/sm3600.h: Added last minute fix to avoid compilation
|
||||
trouble with gcc 3.4.
|
||||
|
||||
2004-04-29 Oliver Schwartz <Oliver.Schwartz@gmx.de>
|
||||
|
||||
|
|
|
@ -276,7 +276,7 @@ __SM3600EXPORT__ TState DoInit(TInstance *this);
|
|||
__SM3600EXPORT__ TState DoReset(TInstance *this);
|
||||
__SM3600EXPORT__ TState WaitWhileBusy(TInstance *this,int cSecs);
|
||||
__SM3600EXPORT__ TState WaitWhileScanning(TInstance *this,int cSecs);
|
||||
__SM3600EXPORT__ TState GetScannerModel(unsigned short idVendor, unsigned short idProduct);
|
||||
__SM3600EXPORT__ TModel GetScannerModel(unsigned short idVendor, unsigned short idProduct);
|
||||
|
||||
#ifdef INSANE_VERSION
|
||||
__SM3600EXPORT__ TState DoLampSwitch(TInstance *this,int nPattern);
|
||||
|
|
Ładowanie…
Reference in New Issue