windows fix
This commit is contained in:
parent
a8057ab8de
commit
979aa5be1d
1 changed files with 2 additions and 0 deletions
|
|
@ -25,7 +25,9 @@ export module Crafter.Graphics:Shm;
|
||||||
import std;
|
import std;
|
||||||
|
|
||||||
export namespace Crafter {
|
export namespace Crafter {
|
||||||
|
#ifdef CRAFTER_BUILD_CONFIGURATION_TARGET_x86_64_pc_linux_gnu
|
||||||
void randname(char *buf);
|
void randname(char *buf);
|
||||||
int anonymous_shm_open();
|
int anonymous_shm_open();
|
||||||
int create_shm_file(off_t size);
|
int create_shm_file(off_t size);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue