| 254 | |
| 255 | |
| 256 | int STDCALL SolveAllChunks( |
| 257 | BoardsPBN const * bop, |
| 258 | SolvedBoards * solvedp, |
| 259 | int chunkSize) |
| 260 | { |
| 261 | // Historical aliases. Don't use -- they may go away. |
| 262 | if (chunkSize < 1) |
| 263 | return RETURN_CHUNK_SIZE; |
| 264 | |
| 265 | return SolveAllBoards(bop, solvedp); |
| 266 | } |
| 267 | |
| 268 | |
| 269 | int STDCALL SolveAllChunksBin( |