'volatile' is valid everywhere where 'const' is valid. This fixes
authorFrancois Gouget <fgouget@free.fr>
Tue, 6 Sep 2005 09:23:46 +0000 (09:23 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 6 Sep 2005 09:23:46 +0000 (09:23 +0000)
commit09108eddede339f8aef70575346c5514f4da561d
tree017346f542f7157e00331ffc0716d2f1bf874736
parentabe2c5811bfdaed2c0fe8963c31625e895c52237
'volatile' is valid everywhere where 'const' is valid. This fixes
parsing of the new InterlockedExchange() prototype.
tools/winapi/winapi_module_user.pm
tools/winapi/winapi_parser.pm