Changeset 13559


Ignore:
Timestamp:
Mar 3, 2000, 10:06:19 AM (25 years ago)
Author:
sandervl
Message:

JvdH: Fixed calling convention bug for GetModuleFileNameA in conprop2.cpp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified tags/trunk/src/kernel32/conprop2.cpp

    r13382 r13559  
    1 /* $Id: conprop2.cpp,v 1.4 2000-02-16 14:25:33 sandervl Exp $ */
     1/* $Id: conprop2.cpp,v 1.5 2000-03-03 09:06:19 sandervl Exp $ */
    22
    33/*
     
    9090LONG  _System _O32_RegSetValueEx( HKEY, LPCSTR, DWORD, DWORD, LPBYTE, DWORD );
    9191
    92 DWORD _System GetModuleFileNameA(HMODULE,LPSTR,DWORD);
     92DWORD WIN32API GetModuleFileNameA(HMODULE,LPSTR,DWORD);
    9393
    9494
Note: See TracChangeset for help on using the changeset viewer.