Fixed some warnings. Cut 0.5 (final) release.

This commit is contained in:
slidedraw
2002-04-11 17:16:38 +00:00
parent cecd43bfee
commit 1909754c0b
5 changed files with 173 additions and 52 deletions

View File

@@ -34,7 +34,7 @@ extern "C" {
/* Just to get size_t */
#include <stdio.h>
#ifndef COLE_INTERNAL_H
#include "internal.h" // For _COLE struct definitions
#include "internal.h" /* For _COLE struct definitions */
#endif
#if !(defined( __BORLANDC__ ) || defined( __WIN32__ ))
/**************************************************************/