Skip to content

Commit 4322287

Browse files
committed
change ifdef win32
1 parent a03532c commit 4322287

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common/JackTypes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ typedef uint16_t jack_int_t; // Internal type for ports and refnum
4040
typedef enum {
4141
JACK_TIMER_SYSTEM_CLOCK,
4242
JACK_TIMER_HPET,
43-
#ifdef _WIN32
43+
#ifdef WIN32
4444
JACK_TIMER_QPC,
4545
#endif
4646
} jack_timer_type_t;

common/Jackdmp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ int main(int argc, char** argv)
371371
break;
372372
#endif
373373

374-
#ifdef _WIN32
374+
#ifdef WIN32
375375
case 'c':
376376
param = jackctl_get_parameter(server_parameters, "clock-source");
377377
if (param != NULL) {

0 commit comments

Comments
 (0)