Changed multi-state input module name to not conflict with Windows Installer msi.h file.

This commit is contained in:
skarg
2009-09-10 21:03:15 +00:00
parent 10b5854d75
commit ce2d1a7a0d
2 changed files with 2 additions and 2 deletions
@@ -22,8 +22,8 @@
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*********************************************************************/
#ifndef MSI_H
#define MSI_H
#ifndef MS_INPUT_H
#define MS_INPUT_H
#include <stdbool.h>
#include <stdint.h>