Re: [PATCH 1/2] winmm/tests: Add more mmioSeek tests.
7 Nov
2012
7 Nov
'12
12: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.
4873
Age (days ago)
4873
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov