fix compile
This commit is contained in:
@@ -31,9 +31,9 @@
|
|||||||
SetCompress auto ; (can be off or force)
|
SetCompress auto ; (can be off or force)
|
||||||
SetDatablockOptimize on ; (can be off)
|
SetDatablockOptimize on ; (can be off)
|
||||||
!ifdef CRC_CHECK
|
!ifdef CRC_CHECK
|
||||||
CRCCheck on;
|
CRCCheck on
|
||||||
!else
|
!else
|
||||||
CRCCheck off;
|
CRCCheck off
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
AutoCloseWindow true ; (can be true for the window go away automatically at end)
|
AutoCloseWindow true ; (can be true for the window go away automatically at end)
|
||||||
|
|||||||
Reference in New Issue
Block a user