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

This commit is contained in:
Dan Hipschman 2008-04-02 17:17:01 -07:00 committed by Alexandre Julliard
parent 061085fa94
commit 976f570f61

View file

@ -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},