mirror of
https://github.com/ptitSeb/box64.git
synced 2025-08-29 01:53:47 +02:00
8 lines
104 B
C
8 lines
104 B
C
#ifndef FEATURES_H
|
|
#define FEATURES_H
|
|
|
|
#define weak
|
|
#define hidden
|
|
#define weak_alias(old, new)
|
|
|
|
#endif
|