Added last minute fix to avoid compilation trouble with gcc 3.4.

merge-requests/1/head
Henning Geinitz 2004-04-30 21:02:04 +00:00
rodzic b8a5ab3641
commit 53c4fe2e15
2 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -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>

Wyświetl plik

@ -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);