mirror of
https://github.com/geode-sdk/geode.git
synced 2025-07-29 15:40:06 -04:00
important grammar fix
This commit is contained in:
parent
637a79429e
commit
9194e8c718
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
#define PROXY(export, ordinal) \
|
||||
"/export:" #export "=\\\\.\\GLOBALROOT\\SystemRoot\\System32\\XInput1_4.dll.#" #ordinal
|
||||
|
||||
// This are the only two functions required by libcocos2d.dll.
|
||||
// These are the only two functions required by libcocos2d.dll.
|
||||
#pragma comment(linker, PROXY(XInputGetState, 2))
|
||||
|
||||
#pragma comment(linker, PROXY(XInputGetCapabilities, 4))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue