diff options
author | chai <chaifix@163.com> | 2020-02-22 18:17:06 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2020-02-22 18:17:06 +0800 |
commit | 9c89460e136ed6c6c43704d9a3a15105e0f006b0 (patch) | |
tree | cd56f1dfc10650cfbfe7007ee3432ee32227edc3 /src/config.h | |
parent | d49f3d3f73709a9a7c0bce53aa13ed28a2bd27cb (diff) |
*wog
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h new file mode 100644 index 0000000..43c45af --- /dev/null +++ b/src/config.h @@ -0,0 +1,8 @@ +#ifndef _SOFTSHADEROOM_CONFIG_H_ +#define _SOFTSHADEROOM_CONFIG_H_ + +#define WIN32 1 + +#define PLATFORM WIN32 + +#endif
\ No newline at end of file |