diff options
author | Hiroshi SHIBATA <[email protected]> | 2025-01-16 09:13:28 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2025-01-16 12:35:21 +0900 |
commit | 721891688b33bf03949a1828f476850348cc6341 (patch) | |
tree | 96588e186a6eebd225af38cc50e20344a3bd0a23 /ext/win32ole/win32ole_event.h | |
parent | d492cfdaadf9e936217e80e0899809313ff4b3d5 (diff) |
Migrate win32ole as bundled gems
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/12583
Diffstat (limited to 'ext/win32ole/win32ole_event.h')
-rw-r--r-- | ext/win32ole/win32ole_event.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/win32ole/win32ole_event.h b/ext/win32ole/win32ole_event.h deleted file mode 100644 index f1a5aa234d..0000000000 --- a/ext/win32ole/win32ole_event.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef WIN32OLE_EVENT_H -#define WIN32OLE_EVENT_H 1 - -void Init_win32ole_event(void); - -#endif |