mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
Revent accidental hci.h change add better portaudio detection
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2506 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -1,9 +1,18 @@
|
||||
#ifndef _NETBT_HCI_H_
|
||||
#define _NETBT_HCI_H_
|
||||
|
||||
#include "CommonTypes.h"
|
||||
#pragma pack(push, 1)
|
||||
|
||||
typedef u8 uint8_t;
|
||||
#ifdef _WIN32
|
||||
typedef s8 int8_t;
|
||||
#endif
|
||||
typedef u16 uint16_t;
|
||||
typedef s16 int16_t;
|
||||
typedef u32 uint32_t;
|
||||
typedef s32 int32_t;
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user