Commit 976f570f authored by Dan Hipschman's avatar Dan Hipschman Committed by Alexandre Julliard

widl: Fix a mistake in an ordered list (keywords).

parent 061085fa
......@@ -187,8 +187,8 @@ static const struct keyword keywords[] = {
{"TRUE", tTRUE},
{"__cdecl", tCDECL},
{"__fastcall", tFASTCALL},
{"__pascal", tPASCAL},
{"__int64", tINT64},
{"__pascal", tPASCAL},
{"__stdcall", tSTDCALL},
{"_cdecl", tCDECL},
{"_fastcall", tFASTCALL},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment