Ignore:
Timestamp:
Jan 3, 2003, 5:34:33 PM (23 years ago)
Author:
sandervl
Message:

changed calling convention of custom odin functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/profile.cpp

    r7858 r9597  
    1 /* $Id: profile.cpp,v 1.34 2002-02-10 13:12:51 sandervl Exp $ */
     1/* $Id: profile.cpp,v 1.35 2003-01-03 16:34:33 sandervl Exp $ */
    22
    33/*
     
    988988 * Load the odin.ini file.
    989989 */
    990 int WIN32API PROFILE_LoadOdinIni()
     990int WINAPI PROFILE_LoadOdinIni()
    991991{
    992992    char buffer[MAX_PATHNAME_LEN];
     
    10281028static BOOL fDisableOdinIni = FALSE;
    10291029
    1030 void DisableOdinIni()
     1030void WIN32API DisableOdinIni()
    10311031{
    10321032    fDisableOdinIni = TRUE;
Note: See TracChangeset for help on using the changeset viewer.