11 lines
190 B
C
11 lines
190 B
C
#pragma once
|
|
|
|
#include <uf/config.h>
|
|
// In the event some fool includes this file directly
|
|
#include "universal.h"
|
|
// Windows-specific stuffs
|
|
#ifdef UF_ENV_LINUX
|
|
|
|
// Headers
|
|
|
|
#endif |