Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
openjazz
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PocketInsanity
openjazz
Commits
afbc33f9
Commit
afbc33f9
authored
Oct 28, 2009
by
anotherguest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Hard code cfg and 000 file path for symbian os
parent
2b2e53db
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
OpenJazz.h
src/OpenJazz.h
+10
-0
No files found.
src/OpenJazz.h
View file @
afbc33f9
...
@@ -64,8 +64,18 @@
...
@@ -64,8 +64,18 @@
#define F160 163840
#define F160 163840
// File names
// File names
#ifdef __SYMBIAN32__
#ifdef UIQ3
#define CONFIG_FILE "c:\\shared\\openjazz\\openjazz.cfg"
#define LOGO_FILE "c:\\shared\\openjazz\\openjazz.000"
#else
#define CONFIG_FILE "c:\\data\\openjazz\\openjazz.cfg"
#define LOGO_FILE "c:\\data\\openjazz\\openjazz.000"
#endif
#else
#define CONFIG_FILE "openjazz.cfg"
#define CONFIG_FILE "openjazz.cfg"
#define LOGO_FILE "openjazz.000"
#define LOGO_FILE "openjazz.000"
#endif
#define LEVEL_FILE "openjazz.tmp"
#define LEVEL_FILE "openjazz.tmp"
#ifdef UPPERCASE_FILENAMES
#ifdef UPPERCASE_FILENAMES
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment