Changes to make it work:
- Type change in Endian.h (convert "u_" to "unsigned" )
- Type change in Endian.c (convert "u_" to "unsigned" )
- Type change in Fmtheaders.h (convert "u_" to "unsigned" )
- Fix typo in Sun_Scandir.c
- Included alphasort fix in Dirfilemenu.c to use Sun_Scandir.c
- Modify Stringinput.c for PC compatibility ( Delete and Backspace)
- Modify Splashscr.c to work on PC and added Windows/Dos port note
- Modify Mainmenu.c to leave workable functions with Windows OS
- Modify Makefile (quick and dirty for now...)


Tools required to compile:
- Download DJGPP from author Web site at http://www.delorie.com/djgpp and follow
instruction using the ZIP Picker to download the necessary programs to create 
Windows application. Select Build and Run program using DJGPP, Windows 95 and C.
Don't forget to pick Rhide (Editor) and the Unix Curses library.
- Install as indicated on the Web instructions and restart PC.
- Copy the Gramofile source files in a directory within DJGPP directory
- Create a shortcut of Rhide and put in the Gramofile directory.
- Execute Rhide. Select in File Menu the DOS shell
- Type "Make" and Enter to start compiling and building the program 
- It should goes correctly with a few warnings.  

Note: The program should run in a DOS box within Windows. 
