Skip to content

Commit c21619f

Browse files
committed
one more thing
1 parent 4322287 commit c21619f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/Jackdmp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ int main(int argc, char** argv)
278278
;
279279

280280
struct option long_options[] = {
281-
#ifdef __linux__
281+
#if defined(__linux__) || defined(WIN32)
282282
{ "clock-source", 1, 0, 'c' },
283283
#endif
284284
{ "internal-session-file", 1, 0, 'C' },

0 commit comments

Comments
 (0)