source: trunk/src/kernel32/profile.h@ 10010

Last change on this file since 10010 was 9911, checked in by sandervl, 22 years ago

cleanup/resync

File size: 406 bytes
Line 
1/* $Id: profile.h,v 1.9 2003-03-06 10:44:34 sandervl Exp $ */
2/*
3 * Profile header for initterm
4 * Copyright 1999 Christoph Bratschi
5 * Project Odin Software License can be found in LICENSE.TXT
6 */
7
8#ifndef __PROFILE_H__
9#define __PROFILE_H__
10
11#include <odinwrap.h>
12
13/* Odin profile name in KERNEL32.DLL directory */
14#define ODINININAME "ODIN.INI"
15
16#include <win\options.h> //for odin profile apis
17
18#endif
Note: See TracBrowser for help on using the repository browser.