1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-06-29 15:37:46 +02:00

Fix header issues

This commit is contained in:
jfreegman 2019-03-27 01:38:15 -04:00
parent 2cbe8fa880
commit 12b9cd2386
No known key found for this signature in database
GPG Key ID: 3627F3144076AE63
3 changed files with 3 additions and 2 deletions

View File

@ -31,7 +31,7 @@
#define OPENAL_BUFS 5 #define OPENAL_BUFS 5
#define MAX_DEVICES 32 #define MAX_DEVICES 32
#include <inttypes.h>
#include "windows.h" #include "windows.h"
typedef enum DeviceType { typedef enum DeviceType {

View File

@ -30,6 +30,7 @@
#include <time.h> #include <time.h>
#include <wchar.h> #include <wchar.h>
#include <unistd.h> #include <unistd.h>
#include <inttypes.h>
#ifdef AUDIO #ifdef AUDIO
#ifdef __APPLE__ #ifdef __APPLE__

View File

@ -23,7 +23,7 @@
#ifndef NOTIFY_H #ifndef NOTIFY_H
#define NOTIFY_H #define NOTIFY_H
#include <inttypes.h> #include <stdint.h>
#include "windows.h" #include "windows.h"
typedef enum _Notification { typedef enum _Notification {