mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-22 13:55:38 +00:00
Common: Undef GetMessage for Windows headers
This commit is contained in:
parent
afaf5ddafd
commit
7b196d5c3c
|
@ -27,3 +27,6 @@
|
|||
#if defined(DeleteFile)
|
||||
#undef DeleteFile
|
||||
#endif
|
||||
#if defined(GetMessage)
|
||||
#undef GetMessage
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue