WinCE macro:
----------------------
#ifndef WINCE
fp = fopen("C:\\Test2ByteAligned.Dump","wb");
#else
fp = fopen("\\My Documents\\Test2ByteAligned.Dump","wb");
fp = fopen("C:\\Test2ByteAligned.Dump","wb");
#else
fp = fopen("\\My Documents\\Test2ByteAligned.Dump","wb");
No comments:
Post a Comment