mirror of
https://github.com/nishiowo/nishbox
synced 2025-04-22 04:34:38 +00:00
13 lines
151 B
C
13 lines
151 B
C
/**
|
|
* File which should be included before anything
|
|
*/
|
|
|
|
#ifndef __GF_PRE_H__
|
|
#define __GF_PRE_H__
|
|
|
|
#ifdef _WIN32
|
|
#include <windows.h>
|
|
#endif
|
|
|
|
#endif
|