mirror of
https://github.com/reactos/reactos.git
synced 2026-05-23 07:40:09 +08:00
Reason: VS solution builds pass the compiler options to the assembler. These are usually ignored and result in a warning only, but ML of the latest VS supports /Gy (function level linking), but that requires all functions to be declared with "PROC" and otherwise results in an error.