mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 10:32:29 +00:00
7 lines
99 B
C++
7 lines
99 B
C++
|
|
#ifndef STORM_ERROR_WIN_CODES_HPP
|
||
|
|
#define STORM_ERROR_WIN_CODES_HPP
|
||
|
|
|
||
|
|
#include <winerror.h>
|
||
|
|
|
||
|
|
#endif
|