mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-20 04:46:37 +02:00
Fix header issues
This commit is contained in:
@ -31,7 +31,7 @@
|
||||
|
||||
#define OPENAL_BUFS 5
|
||||
#define MAX_DEVICES 32
|
||||
#include <inttypes.h>
|
||||
|
||||
#include "windows.h"
|
||||
|
||||
typedef enum DeviceType {
|
||||
|
@ -30,6 +30,7 @@
|
||||
#include <time.h>
|
||||
#include <wchar.h>
|
||||
#include <unistd.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#ifdef AUDIO
|
||||
#ifdef __APPLE__
|
||||
|
@ -23,7 +23,7 @@
|
||||
#ifndef NOTIFY_H
|
||||
#define NOTIFY_H
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <stdint.h>
|
||||
#include "windows.h"
|
||||
|
||||
typedef enum _Notification {
|
||||
|
Reference in New Issue
Block a user