windows fix

This commit is contained in:
Jorijn van der Graaf 2026-03-01 20:48:07 +01:00
commit 979aa5be1d

View file

@ -25,7 +25,9 @@ export module Crafter.Graphics:Shm;
import std;
export namespace Crafter {
#ifdef CRAFTER_BUILD_CONFIGURATION_TARGET_x86_64_pc_linux_gnu
void randname(char *buf);
int anonymous_shm_open();
int create_shm_file(off_t size);
#endif
}