add new platform headers to simplify including windows/posix headers

This commit is contained in:
brainiac
2025-12-18 00:23:57 -08:00
parent a7b441b284
commit c83cd0b61b
7 changed files with 63 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#pragma once
#ifdef _WINDOWS
#include <WinSock2.h>
#endif // _WINDOWS