Fix comments

This commit is contained in:
Dr. Dystopia
2024-08-13 06:38:03 +02:00
parent 4c559e7f66
commit b86291f868
3 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ __declspec(dllimport) void __stdcall DebugBreak(void);
{ \
DebugBreak(); \
}
#endif // WIN32 ndef
#endif // _WIN32
namespace Common
{