Make codebase compliant for windows
-----------------------------------
Key: CELIX-6
URL: https://issues.apache.org/jira/browse/CELIX-6
Project: Celix
Issue Type: Improvement
Environment: Windows, Visual studio 2008
Reporter: Erik Sanders
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.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
|