Ignore:
Timestamp:
01/17/2008 08:45:18 PM (4 years ago)
Author:
guyru
Message:

portable version fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/openyahtzee-1.8/src/HighScoreTableDB.h

    r28 r144  
    3838#define HIGHSCORETABLEDB_INC 
    3939 
    40 ///Sets the file name of the database the class will open. The directory will always be the home dir. 
    41 #define DBFILENAME ".OpenYahtzee"  
     40///Sets the file name of the database the class will open. 
     41#ifndef PORTABLE 
     42        #define DBFILENAME ".OpenYahtzee" 
     43#else 
     44        #define DBFILENAME "OpenYahtzee.dat" 
     45#endif 
     46 
    4247class HighScoreTableDB : public DBwrapper 
    4348{ 
Note: See TracChangeset for help on using the changeset viewer.