Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 197 → Rev 198

/trunk/wpj/README.md
1,6 → 1,6
 
BUILDING FILTER FOUNDRY ON OPENWATCOM
by Peter Heckert and Daniel Marschall
Building FilterFoundry with OpenWatcom
======================================
 
Most recently tested with OpenWatcom 1.9 and Adobe Photoshop SDK CC 2017.
 
64,7 → 64,11
and subtract or add them to the number written above the before-instructions
(currently 347). This is the number of bytes of the commands.
 
- In the code, it is important that all variables are declared at the
top of the scope (curly brackets) and that there is no executable code or
assignments in between.
 
 
Remarks
-------