Skip to content

Commit

Permalink
Update src/common/globals.h
Browse files Browse the repository at this point in the history
Use a #ifndef/#define/#endif trio
  • Loading branch information
mx authored Apr 17, 2023
1 parent 7ba1224 commit 928c004
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/common/globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ static inline int _stricmp(const char *s1, const char *s2) { return strcasecmp(s
#error You must compile with -DSURGE_COMPILE_BLOCK_SIZE=32 (or whatnot)
#endif

#ifndef SURGE_HAS_OSC
#define SURGE_HAS_OSC 1
#endif

const int BASE_WINDOW_SIZE_X = 913;
const int BASE_WINDOW_SIZE_Y = 569;
Expand Down

0 comments on commit 928c004

Please sign in to comment.