mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-15 09:18:27 +00:00
Renamed DECLSPEC to SDL_DECLSPEC
This commit is contained in:
parent
2cf32b0e0a
commit
6f2621438a
67 changed files with 1090 additions and 1099 deletions
|
@ -208,7 +208,7 @@ def find_symbols_in_file(file, regex):
|
|||
|
||||
# double check
|
||||
# Remove one line comment /* ... */
|
||||
# eg: extern DECLSPEC SDL_hid_device * SDLCALL SDL_hid_open_path(const char *path, int bExclusive /* = false */);
|
||||
# eg: extern SDL_DECLSPEC SDL_hid_device * SDLCALL SDL_hid_open_path(const char *path, int bExclusive /* = false */);
|
||||
l = reg_comment_remove_content.sub('', l)
|
||||
|
||||
# Remove strings " ... "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue