Ignore:
Timestamp:
Nov 9, 1999, 3:19:47 PM (26 years ago)
Author:
sandervl
Message:

heapstring fixes + dll renaming support added

File:
1 edited

Legend:

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

    r1370 r1663  
    1 /* $Id: profile.h,v 1.3 1999-10-20 08:09:05 sandervl Exp $ */
     1/* $Id: profile.h,v 1.4 1999-11-09 14:19:46 sandervl Exp $ */
    22/*
    33 * Profile header for initterm
     
    99#define __PROFILE_H__
    1010
     11#include <odinwrap.h>
     12
     13/* Odin profile name in KERNEL32.DLL directory */
     14#define ODINININAME "ODIN.INI"
     15
    1116void WINAPI WriteOutProfiles(void);
    12 void WINAPI PROFILE_LoadOdinIni(void);
     17int WINAPI PROFILE_LoadOdinIni(void);
    1318
     19INT ODIN_EXTERN(GetPrivateProfileStringA)(LPCSTR section, LPCSTR entry,
     20                                          LPCSTR def_val, LPSTR buffer,
     21                                          UINT len, LPCSTR filename);
     22
     23int ODIN_EXTERN(PROFILE_GetOdinIniString)(LPCSTR section, LPCSTR entry,
     24                                          LPCSTR def_val, LPSTR buffer,
     25                                          UINT len);
    1426#endif
Note: See TracChangeset for help on using the changeset viewer.