uuuuuuuuuuuuuggggggggggggggggghhhhhhhhhhhhhhhhhh
This commit is contained in:
Submodule include/libxm deleted from 9f599c4dd4
10
include/libxm_compat.h
Normal file
10
include/libxm_compat.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#ifndef __attribute__
|
||||
#define __attribute__(x)
|
||||
#endif
|
||||
#ifndef restrict
|
||||
#define restrict __restrict
|
||||
#endif
|
||||
#endif
|
||||
Reference in New Issue
Block a user