Skip to content

Commit

Permalink
Common: Undef GetMessage for Windows headers
Browse files Browse the repository at this point in the history
  • Loading branch information
stenzek committed Aug 30, 2023
1 parent afaf5dd commit 7b196d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/common/windows_headers.h
Expand Up @@ -27,3 +27,6 @@
#if defined(DeleteFile)
#undef DeleteFile
#endif
#if defined(GetMessage)
#undef GetMessage
#endif

0 comments on commit 7b196d5

Please sign in to comment.