Skip to content

Commit 60e4d71

Browse files
committed
fixed preprocessor
1 parent a1bb3bd commit 60e4d71

File tree

2 files changed

+118
-26
lines changed

2 files changed

+118
-26
lines changed

XInputSimulator/.idea/workspace.xml

Lines changed: 117 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

XInputSimulator/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ int main()
6060
waitABit();
6161
sim.mouseScrollX(-10);
6262

63-
#ifdef __linux__ || __APPLE__
63+
#if defined(__linux__) || defined(__APPLE__)
6464
char anA = 'a';
6565
cout << "a: " << (int)anA << " " << sim.charToKeyCode(anA) << endl;
6666
std::cout << std::endl;

0 commit comments

Comments
 (0)