Ignore:
Timestamp:
Jan 8, 2000, 3:42:06 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/options.h

    r1363 r2375  
    1 /* $Id: options.h,v 1.2 1999-10-19 18:29:47 cbratschi Exp $ */
     1/* $Id: options.h,v 1.3 2000-01-08 14:42:06 sandervl Exp $ */
    22
    33/*
     
    1111#define __WINE_OPTIONS_H
    1212
    13 #include "windef.h"
     13//#include "windef.h"
    1414
    1515  /* Supported languages */
     
    8686/* Odin profile functions */
    8787
    88 #define ODINCOLORS      "COLORS"
    89 #define ODINDIRECTORIES "DIRECTORIES"
     88#define ODINCOLORS        "COLORS"
     89#define ODINDIRECTORIES   "DIRECTORIES"
     90#define ODINCUSTOMIZATION "CUSTOMIZATION"
    9091
    9192int WINAPI PROFILE_GetOdinIniString(LPCSTR section,LPCSTR key_name,LPCSTR def,LPCSTR buffer,int len);
Note: See TracChangeset for help on using the changeset viewer.