Re: [PATCH 1/2] winmm/tests: Add more mmioSeek tests.
Nov. 7, 2012
6:03 p.m.
Akihiro Sagawa <sagawa.aki(a)gmail.com> wrote:
+static void test_mmioSeek(void) +{ + HMMIO hmmio; + MMIOINFO mmio; + LONG end, pos, size = sizeof(RIFF_buf), offset = 16; + char test_file[MAX_PATH]; + MMRESULT res; + + { + /* test memory file */
Please avoid creating nested blocks this way, it's confusing and doesn't add readability of any kind. -- Dmitry.
4887
Age (days ago)
4887
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov