mirror of
https://github.com/encounter/aurora.git
synced 2025-12-17 17:05:27 +00:00
Add winsupport from hecl
This commit is contained in:
14
include/kabufuda/winsupport.hpp
Normal file
14
include/kabufuda/winsupport.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef _HECL_WINSUPPORT_H_
|
||||
#define _HECL_WINSUPPORT_H_
|
||||
|
||||
#ifndef WIN32_LEAN_AND_MEAN
|
||||
#define WIN32_LEAN_AND_MEAN 1
|
||||
#endif
|
||||
#ifndef NOMINMAX
|
||||
#define NOMINMAX 1
|
||||
#endif
|
||||
#include "windows.h"
|
||||
|
||||
void* memmem(const void *haystack, size_t hlen, const void *needle, size_t nlen);
|
||||
|
||||
#endif // _HECL_WINSUPPORT_H_
|
||||
Reference in New Issue
Block a user