-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename SWRT/windows to SWRT/winapi (#417)
- Loading branch information
1 parent
5775f8a
commit ffaf6ad
Showing
32 changed files
with
73 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#include "SWRT/windows/BaseTsd.h" | ||
#include "SWRT/windows/combaseapi.h" | ||
#include "SWRT/windows/guiddef.h" | ||
#include "SWRT/windows/oaidl.h" | ||
#include "SWRT/windows/objidl.h" | ||
#include "SWRT/windows/oleauto.h" | ||
#include "SWRT/windows/unknwn.h" | ||
#include "SWRT/winapi/BaseTsd.h" | ||
#include "SWRT/winapi/combaseapi.h" | ||
#include "SWRT/winapi/guiddef.h" | ||
#include "SWRT/winapi/oaidl.h" | ||
#include "SWRT/winapi/objidl.h" | ||
#include "SWRT/winapi/oleauto.h" | ||
#include "SWRT/winapi/unknwn.h" |
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...COM_ABI/include/SWRT/windows/combaseapi.h → .../COM_ABI/include/SWRT/winapi/combaseapi.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#pragma once | ||
|
||
#include "SWRT/windows/BaseTsd.h" | ||
#include "SWRT/windows/unknwn.h" | ||
#include "SWRT/winapi/BaseTsd.h" | ||
#include "SWRT/winapi/unknwn.h" | ||
|
||
SWRT_HResult SWRT_CoCreateFreeThreadedMarshaler(SWRT_IUnknown* punkOuter, SWRT_IUnknown** ppunkMarshal); |
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...rces/COM_ABI/include/SWRT/windows/oaidl.h → ...urces/COM_ABI/include/SWRT/winapi/oaidl.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...ces/COM_ABI/include/SWRT/windows/objidl.h → ...rces/COM_ABI/include/SWRT/winapi/objidl.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...es/COM_ABI/include/SWRT/windows/oleauto.h → ...ces/COM_ABI/include/SWRT/winapi/oleauto.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ces/COM_ABI/include/SWRT/windows/unknwn.h → ...rces/COM_ABI/include/SWRT/winapi/unknwn.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#include "SWRT/windows/oleauto.h" | ||
#include "SWRT/winapi/oleauto.h" | ||
|
||
#include <Windows.h> | ||
#include <oleauto.h> | ||
|
22 changes: 11 additions & 11 deletions
22
Support/Sources/WindowsRuntime_ABI/include/SWRT/modules/WindowsRuntime.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
#include "SWRT/modules/COM.h" | ||
|
||
#include "SWRT/windows/activation.h" | ||
#include "SWRT/windows/eventtoken.h" | ||
#include "SWRT/windows/inspectable.h" | ||
#include "SWRT/windows/memorybuffer.h" | ||
#include "SWRT/windows/restrictederrorinfo.h" | ||
#include "SWRT/windows/roapi.h" | ||
#include "SWRT/windows/robuffer.h" | ||
#include "SWRT/windows/roerrorapi.h" | ||
#include "SWRT/windows/weakreference.h" | ||
#include "SWRT/windows/winstring.h" | ||
#include "SWRT/windows/windows.foundation.ireference.h" | ||
#include "SWRT/winapi/activation.h" | ||
#include "SWRT/winapi/eventtoken.h" | ||
#include "SWRT/winapi/inspectable.h" | ||
#include "SWRT/winapi/memorybuffer.h" | ||
#include "SWRT/winapi/restrictederrorinfo.h" | ||
#include "SWRT/winapi/roapi.h" | ||
#include "SWRT/winapi/robuffer.h" | ||
#include "SWRT/winapi/roerrorapi.h" | ||
#include "SWRT/winapi/weakreference.h" | ||
#include "SWRT/winapi/winstring.h" | ||
#include "SWRT/winapi/windows.foundation.ireference.h" |
2 changes: 1 addition & 1 deletion
2
...ime_ABI/include/SWRT/windows/activation.h → ...time_ABI/include/SWRT/winapi/activation.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...me_ABI/include/SWRT/windows/inspectable.h → ...ime_ABI/include/SWRT/winapi/inspectable.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...e_ABI/include/SWRT/windows/memorybuffer.h → ...me_ABI/include/SWRT/winapi/memorybuffer.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...nclude/SWRT/windows/restrictederrorinfo.h → ...include/SWRT/winapi/restrictederrorinfo.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...sRuntime_ABI/include/SWRT/windows/roapi.h → ...wsRuntime_ABI/include/SWRT/winapi/roapi.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ntime_ABI/include/SWRT/windows/robuffer.h → ...untime_ABI/include/SWRT/winapi/robuffer.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...ime_ABI/include/SWRT/windows/roerrorapi.h → ...time_ABI/include/SWRT/winapi/roerrorapi.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
..._ABI/include/SWRT/windows/weakreference.h → ...e_ABI/include/SWRT/winapi/weakreference.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...include/SWRT/windows/windows.foundation.h → .../include/SWRT/winapi/windows.foundation.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...T/windows/windows.foundation.ireference.h → ...RT/winapi/windows.foundation.ireference.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 11 additions & 11 deletions
22
Support/Sources/WindowsRuntime_ABI/include/module.modulemap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
module WindowsRuntime_ABI { | ||
header "SWRT/modules/WindowsRuntime.h" | ||
header "SWRT/windows/activation.h" | ||
header "SWRT/windows/eventtoken.h" | ||
header "SWRT/windows/inspectable.h" | ||
header "SWRT/windows/memorybuffer.h" | ||
header "SWRT/windows/restrictederrorinfo.h" | ||
header "SWRT/windows/roapi.h" | ||
header "SWRT/windows/robuffer.h" | ||
header "SWRT/windows/roerrorapi.h" | ||
header "SWRT/windows/weakreference.h" | ||
header "SWRT/windows/winstring.h" | ||
header "SWRT/winapi/activation.h" | ||
header "SWRT/winapi/eventtoken.h" | ||
header "SWRT/winapi/inspectable.h" | ||
header "SWRT/winapi/memorybuffer.h" | ||
header "SWRT/winapi/restrictederrorinfo.h" | ||
header "SWRT/winapi/roapi.h" | ||
header "SWRT/winapi/robuffer.h" | ||
header "SWRT/winapi/roerrorapi.h" | ||
header "SWRT/winapi/weakreference.h" | ||
header "SWRT/winapi/winstring.h" | ||
export * | ||
} | ||
|
||
module SWRT_WindowsFoundation { | ||
header "SWRT/windows/windows.foundation.h" | ||
header "SWRT/winapi/windows.foundation.h" | ||
export * | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#include "SWRT/windows/roapi.h" | ||
#include "SWRT/winapi/roapi.h" | ||
|
||
#include <Windows.h> | ||
#include <roapi.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#include "SWRT/windows/winstring.h" | ||
#include "SWRT/winapi/winstring.h" | ||
|
||
#include <winstring.h> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters