Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:Windows, Visual studio 2008
Description
A first patch to make celix available on Windows. The problem is that the ms compiler is not C99 compliant.
The problems solved so far are:
- move all declaration to the beginning of a function
- introduce celixbool.h because stdbool.h is not available
This patch only concerns utils and is used to verify if nothing is broken.