You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Fix typos with codespell
Using codespell 1.14.0. Method: ``` $ cat > ../godot-word-whitelist.txt << EOF ang doubleclick lod nd numer que te unselect EOF $ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po" $ git diff // undo unwanted changes ```
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
#define _WIN32_WINNT 0x0501 // Windows XP, disable Vista API
|
||||
#include <iphlpapi.h>
|
||||
#undef _WIN32_WINNT
|
||||
#define _WIN32_WINNT 0x0600 // Reenable Vista API
|
||||
#define _WIN32_WINNT 0x0600 // Re-enable Vista API
|
||||
#else
|
||||
#include <iphlpapi.h>
|
||||
#endif // MINGW hack
|
||||
|
||||
Reference in New Issue
Block a user