Module: wine Branch: master Commit: 8d6c33c3bfca4f4ed7b7653fd0b82dfbc12bd3cb URL: https://source.winehq.org/git/wine.git/?a=commit;h=8d6c33c3bfca4f4ed7b7653fd...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Dec 1 15:56:55 2021 +0100
include: Remove wine/port.h.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/d3d12/d3d12_main.c | 1 - dlls/dxgi/adapter.c | 1 - dlls/dxgi/device.c | 1 - dlls/dxgi/dxgi_main.c | 1 - dlls/dxgi/factory.c | 1 - dlls/dxgi/output.c | 1 - dlls/dxgi/surface.c | 1 - dlls/dxgi/swapchain.c | 2 +- dlls/dxgi/utils.c | 1 - dlls/opengl32/wgl.c | 2 +- dlls/wineandroid.drv/device.c | 1 - dlls/wineandroid.drv/init.c | 2 +- dlls/wineandroid.drv/mmdevdrv.c | 2 +- dlls/wineandroid.drv/opengl.c | 2 +- dlls/wineandroid.drv/window.c | 1 - dlls/wined3d/adapter_gl.c | 1 - dlls/wined3d/adapter_vk.c | 1 - dlls/wined3d/arb_program_shader.c | 1 - dlls/wined3d/ati_fragment_shader.c | 1 - dlls/wined3d/buffer.c | 1 - dlls/wined3d/context.c | 1 - dlls/wined3d/context_gl.c | 1 - dlls/wined3d/context_vk.c | 1 - dlls/wined3d/cs.c | 1 - dlls/wined3d/device.c | 5 --- dlls/wined3d/directx.c | 1 - dlls/wined3d/gl_compat.c | 4 -- dlls/wined3d/glsl_shader.c | 1 - dlls/wined3d/nvidia_texture_shader.c | 2 +- dlls/wined3d/palette.c | 2 +- dlls/wined3d/query.c | 2 - dlls/wined3d/resource.c | 1 - dlls/wined3d/sampler.c | 1 - dlls/wined3d/shader.c | 1 - dlls/wined3d/shader_sm1.c | 1 - dlls/wined3d/shader_sm4.c | 1 - dlls/wined3d/shader_spirv.c | 2 +- dlls/wined3d/state.c | 4 -- dlls/wined3d/stateblock.c | 1 - dlls/wined3d/surface.c | 1 - dlls/wined3d/swapchain.c | 1 - dlls/wined3d/texture.c | 1 - dlls/wined3d/utils.c | 1 - dlls/wined3d/vertexdeclaration.c | 1 - dlls/wined3d/view.c | 1 - dlls/wined3d/wined3d_main.c | 1 - dlls/wined3d/wined3d_private.h | 1 + dlls/winejoystick.drv/joystick_linux.c | 1 - dlls/winemac.drv/opengl.c | 1 - dlls/winemac.drv/vulkan.c | 6 +-- dlls/wineoss.drv/midi.c | 6 +-- dlls/wineoss.drv/mmaux.c | 6 +-- dlls/winex11.drv/clipboard.c | 2 +- dlls/winex11.drv/mouse.c | 3 +- dlls/winex11.drv/opengl.c | 3 +- dlls/winex11.drv/vulkan.c | 2 +- dlls/winex11.drv/window.c | 1 - dlls/winex11.drv/wintab.c | 2 +- dlls/winex11.drv/x11drv_main.c | 2 +- dlls/winex11.drv/xdnd.c | 1 - dlls/winex11.drv/xinerama.c | 2 +- dlls/winex11.drv/xrandr.c | 2 +- dlls/winex11.drv/xrender.c | 3 +- dlls/winex11.drv/xvidmode.c | 2 +- include/wine/port.h | 69 ---------------------------------- include/winsock2.h | 2 - tools/widl/parser.l | 1 - tools/wrc/ppl.l | 1 - 68 files changed, 25 insertions(+), 159 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=8d6c33c3bfca4f4ed7b76...