mirror of https://github.com/wb2osz/direwolf.git
Compatibility with minGW gcc 5.3.0
This commit is contained in:
parent
8c4c186730
commit
facdfb9e19
|
@ -27,11 +27,11 @@
|
||||||
*
|
*
|
||||||
*---------------------------------------------------------------*/
|
*---------------------------------------------------------------*/
|
||||||
|
|
||||||
|
#include "direwolf.h"
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "direwolf.h"
|
|
||||||
#include "textcolor.h"
|
#include "textcolor.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -49,10 +49,11 @@
|
||||||
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "direwolf.h"
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "direwolf.h"
|
|
||||||
#include "textcolor.h"
|
#include "textcolor.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue