Signed-off-by: Andrey Gusev andrey.goosev@gmail.com --- dlls/ext-ms-win-ntuser-gui-l1-1-0/Makefile.in | 1 + .../ext-ms-win-ntuser-gui-l1-1-0.spec | 16 ++++++++++++++++ tools/make_specfiles | 1 + 3 files changed, 18 insertions(+) create mode 100644 dlls/ext-ms-win-ntuser-gui-l1-1-0/Makefile.in create mode 100644 dlls/ext-ms-win-ntuser-gui-l1-1-0/ext-ms-win-ntuser-gui-l1-1-0.spec
diff --git a/dlls/ext-ms-win-ntuser-gui-l1-1-0/Makefile.in b/dlls/ext-ms-win-ntuser-gui-l1-1-0/Makefile.in new file mode 100644 index 0000000000..919be103b8 --- /dev/null +++ b/dlls/ext-ms-win-ntuser-gui-l1-1-0/Makefile.in @@ -0,0 +1 @@ +MODULE = ext-ms-win-ntuser-gui-l1-1-0.dll diff --git a/dlls/ext-ms-win-ntuser-gui-l1-1-0/ext-ms-win-ntuser-gui-l1-1-0.spec b/dlls/ext-ms-win-ntuser-gui-l1-1-0/ext-ms-win-ntuser-gui-l1-1-0.spec new file mode 100644 index 0000000000..212f509fba --- /dev/null +++ b/dlls/ext-ms-win-ntuser-gui-l1-1-0/ext-ms-win-ntuser-gui-l1-1-0.spec @@ -0,0 +1,16 @@ +@ stdcall ClientToScreen(long ptr) user32.ClientToScreen +@ stdcall DestroyCursor(long) user32.DestroyCursor +@ stdcall DestroyIcon(long) user32.DestroyIcon +@ stdcall DrawIconEx(long long long long long long long long long) user32.DrawIconEx +@ stdcall FillRect(long ptr long) user32.FillRect +@ stdcall GetCursor() user32.GetCursor +@ stdcall GetCursorInfo(ptr) user32.GetCursorInfo +@ stdcall GetIconInfo(long ptr) user32.GetIconInfo +@ stdcall LoadCursorW(long wstr) user32.LoadCursorW +@ stdcall LoadIconA(long str) user32.LoadIconA +@ stdcall LoadIconW(long wstr) user32.LoadIconW +@ stdcall LoadImageA(long str long long long long) user32.LoadImageA +@ stdcall LoadImageW(long wstr long long long long) user32.LoadImageW +@ stdcall MapWindowPoints(long long ptr long) user32.MapWindowPoints +@ stdcall ScreenToClient(long ptr) user32.ScreenToClient +@ stdcall SetCursor(long) user32.SetCursor diff --git a/tools/make_specfiles b/tools/make_specfiles index c00f3bfe8a..9fe4dd12be 100755 --- a/tools/make_specfiles +++ b/tools/make_specfiles @@ -377,6 +377,7 @@ my @dll_groups = "api-ms-win-rtcore-ntuser-wmpointer-l1-1-0", "api-ms-win-rtcore-ntuser-wmpointer-l1-1-3", "ext-ms-win-ntuser-draw-l1-1-0", + "ext-ms-win-ntuser-gui-l1-1-0", "ext-ms-win-ntuser-gui-l1-3-0", "ext-ms-win-ntuser-keyboard-l1-3-0", "ext-ms-win-ntuser-message-l1-1-1",