Skip to content

Commit

Permalink
Create README2.TXT
Browse files Browse the repository at this point in the history
  • Loading branch information
filler56789 committed Aug 7, 2014
1 parent 0c88dfc commit 0b7e165
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README2.TXT
@@ -0,0 +1,15 @@
FWIW, these were the steps of the RE-Linuxization of dcaenc:

1) internal renaming from dcaenc to ffdcaenc

2) add _T(__GNUC_PATCHLEVEL__) to compiler_info.h

3) drop the Windows-specific Unicode support

4) replace all the occurrences of __int8 and __int32 with int8_t and int32_t , plus

5) replace "unsigned __int8" and "unsigned __int32" with "uint8_t" and "uint32_t"

6) remove the MSVC stuff from (ff)dcaenc.h

7) replace %d and %02d with %u and %02u in the file main.c, in order to eliminate the warning messages

0 comments on commit 0b7e165

Please sign in to comment.