plugins: fishlim: VS2013 comes with a working stdbool.h

This commit is contained in:
Arnavion
2013-09-15 15:08:10 -07:00
parent b658fca4a7
commit 648de4410c
4 changed files with 0 additions and 17 deletions

View File

@@ -25,11 +25,7 @@
#ifndef KEYSTORE_H
#define KEYSTORE_H
#ifdef _MSC_VER
#include "bool.h"
#else
#include <stdbool.h>
#endif
#include <stddef.h>
char *keystore_get_key(const char *nick);