mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-22 21:53:05 +01:00
Fix header issues
This commit is contained in:
parent
2cbe8fa880
commit
12b9cd2386
@ -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 {
|
||||||
|
@ -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__
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user